Back to Devexpress

GridColumnSortInfoCollection.Insert Method

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-gridcolumnsortinfocollection-dot-insert.md

latest854 B
Original Source

GridColumnSortInfoCollection.Insert Method

NameParametersDescription
Insert(Int32, GridColumn, ColumnSortOrder)position, column, sortOrderCreates a new GridColumnSortInfo object and inserts it at the specified position in the collection.
Insert(Int32, GridColumnSortInfo)position, columnInfoInserts the specified GridColumnSortInfo object at the specified position.