Back to Devexpress

GridSortInfo Properties

wpf-devexpress-dot-xpf-dot-grid-dot-gridsortinfo-dot-underscore-properties.md

latest2.8 KB
Original Source

GridSortInfo Properties

Represents an element in the GridControl.SortInfo collection.

NameDescription
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FieldNameGets or sets the field name of the column to sort. This is a dependency property.
GroupIndexGets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property.
IsGroupedGets whether the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MergeWithPreviousGroupGets or sets whether the current group is merged with the previous group. This is a dependency property.
SortIndexGets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property.
SortOrderGets or sets the column’s sort order. This is a dependency property.

See Also

GridSortInfo Class

GridSortInfo Members

DevExpress.Xpf.Grid Namespace