FieldListDockPanel.SortOrder Property
Gets or sets the order of fields displayed as child nodes of a data source in the tree view.
Namespace: DevExpress.Snap.Extensions.UI
Assembly: DevExpress.Snap.v21.2.Extensions.dll
NuGet Package: DevExpress.Win.Snap
Declaration
Property Value
Type | Default | Description |
---|---|---|
SortOrder | Ascending | A SortOrder enumeration member specifying the sort order. |
Remarks
To preserve the source column order, set the SortOrder property to the System.Windows.Forms.SortOrder.None value.
Examples of use of the SortOrder property can be found in the FieldListDockPanel topic.
See Also