PropertySort Enum
Enumerates modes that specify how property rows are sorted in the Property Grid control.
Namespace: DevExpress.XtraVerticalGrid
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Members
Name | Description |
---|---|
NoSort
|
Properties are displayed in the order specified by the underlying object. |
Alphabetical
|
Properties are sorted in alphabetical order. |
Related API Members
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