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

PropertySort Enum

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

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v18.1.dll

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).

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

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