Back to Devexpress

GridSortInfo Constructors

wpf-devexpress-dot-xpf-dot-grid-dot-gridsortinfo-dot-ctor.md

latest1.4 KB
Original Source

GridSortInfo Constructors

Represents an element in the GridControl.SortInfo collection.

NameParametersDescription
GridSortInfo()noneInitializes a new instance of the GridSortInfo class with default settings.
GridSortInfo(String, ListSortDirection, Boolean)fieldName, sortOrder, mergeWithPreviousGroupInitializes a new instance of the GridSortInfo class with the specified settings.
GridSortInfo(String, ListSortDirection)fieldName, sortOrderInitializes a new instance of the GridSortInfo class with the specified settings.
GridSortInfo(String)fieldNameInitializes a new instance of the GridSortInfo class with the specified column.

See Also

GridSortInfo Class

GridSortInfo Members

DevExpress.Xpf.Grid Namespace