Skip to main content
A newer version of this page is available.

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.v18.2.Extensions.dll

Declaration

[DefaultValue(SortOrder.Ascending)]
public SortOrder SortOrder { get; set; }

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the SortOrder property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also