DataControlBase Events
Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Name | Description |
---|---|
Auto |
Occurs after the columns have been automatically generated. |
Auto |
Occurs each time an individual column is auto-generated. |
Before |
Enables you to lock down end-user capabilities that affect the onscreen position of the focused row (e. |
Columns |
Obsolete. Occurs after the columns have been automatically generated. |
Current |
Occurs after the focused column has been changed. |
Filter |
Occurs after the grid’s filter has been changed. |
Items |
Occurs after the Data |
Property |
Occurs every time any of the Data |
Selected |
Occurs after the selected item has been changed. |
Selection |
Occurs after grid’s selection has been changed. |
Show |
Enables you to customize a column’s filter dropdown. |
See Also