ISortSettings

Assembly: Express;

Description

The ISortSettings interface contains properties and methods that are used to work with the collection of table column sorting settings.

Inheritance Hierarchy

ISortSettings

Comments

Table sorting settings can be obtained using the IDataGridView.SortSettings property.

Properties

  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.

Methods

  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:

Express Assembly Interfaces