Back to Devexpress

PropertySort Enum

windowsforms-devexpress-dot-xtraverticalgrid-8d5de1fa.md

latest1.6 KB
Original Source

PropertySort Enum

Enumerates modes that specify how property rows are sorted in the Property Grid control.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public enum PropertySort
vb
Public Enum PropertySort

Members

NameDescription
NoSort

Properties are displayed in the order specified by the underlying object.

| | Alphabetical |

Properties are sorted in alphabetical order.

|

The following properties accept/return PropertySort values:

Remarks

To specify how property rows are sorted in the Property Grid control, use the PropertyGridControl.OptionsBehavior.PropertySort option (see PGridOptionsBehavior.PropertySort).

See Also

PropertySort

DevExpress.XtraVerticalGrid Namespace