Assembly: Express;
The IExecuteSettings interface is used to determine table data displaying settings.
IExecuteSettings
Displaying settings can be obtained using the IDataGridView.ExecuteSettings property.
| 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: