Enum ItemsDisplayOrderType
defines the order of the items in the SelectionOverlay (using the attached properties of the SelectionOverlay for a DataGrid: the order is internally set for (a) ReplaceFunctionality to alphabetic order and for (b) SelectionFunctionality to DisplayIndex)
Namespace: Sartorius.SAF.Presentation.Controls
Assembly: Sartorius.SAF.Presentation.Controls.dll
Syntax
public enum ItemsDisplayOrderType
Fields
Name | Description |
---|---|
DefaultView | defines that the order is as defined by the bound ItemsSource |
DisplayProperty | defines that the items are alphabetically ordered by DisplayProperty |