Skip to main content

PropertySort Enum

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

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

Declaration

public enum PropertySort

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