Skip to main content

GridSortInfo Properties

Represents an element in the GridControl.SortInfo collection.
Name Description
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FieldName Gets or sets the field name of the column to sort. This is a dependency property.
GroupIndex Gets or sets the position of the column referred to by the current GridSortInfo object, among grouping columns. This is a dependency property.
IsGrouped Gets whether the column which is referred to by the current GridSortInfo object is a grouping column. This is a dependency property.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MergeWithPreviousGroup Gets or sets whether the current group is merged with the previous group. This is a dependency property.
SortIndex Gets or sets the position of the column referred to by the current GridSortInfo object, among sorted columns. This is a dependency property.
SortOrder Gets or sets the column’s sort order. This is a dependency property.
See Also