Assembly: Express;
The ISortSettings interface contains properties and methods that are used to work with the collection of table column sorting settings.
ISortSettings
Table sorting settings can be obtained using the IDataGridView.SortSettings property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of elements with sorting settings. |
![]() |
Item | The Item property returns the element with settings of sorting by index. |
| Method name | Brief description | |
![]() |
Add | The Add method creates sorting settings for the specified table column. |
![]() |
Clear | The Clear method deletes all column sorting settings from the collection. |
See also: