Skip to main content

GridSortInfo Constructors

An element in the GridControl.SortInfo collection.
Name Parameters Description
GridSortInfo() none Initializes a new instance of the GridSortInfo class with default settings.
GridSortInfo(String) fieldName Initializes a new instance of the GridSortInfo class with the specified column.
GridSortInfo(String, ListSortDirection) fieldName, sortOrder Initializes a new instance of the GridSortInfo class with the specified settings.
See Also