IExecuteSettings

Assembly: Express;

Description

The IExecuteSettings interface is used to determine table data displaying settings.

Inheritance Hierarchy

IExecuteSettings

Comments

Displaying settings can be obtained using the IDataGridView.ExecuteSettings property.

Properties

  Property name Brief description
AllowPaging The AllowPaging property determines whether table data pagination will be used.
CurrentPage The CurrentPage property determines number of the page with source records displayed in the table.
RecordsCount The RecordsCount property determines the number of records displayed on the table page.
RecordsLimit The RecordsLimit property determines the limit of records loaded from the data source.

See also:

Express Assembly Interfaces