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. |
Current |
Occurs after the focused column has been changed. |
Current |
Occurs after the focused row is changed. |
Custom |
Allows you to customize cell appearance. |
Custom |
Allows you to specify unique values displayed in a column’s drop-down filter. |
Filter |
Occurs after the grid’s filter has been changed. |
Items |
Occurs after the Data |
Show |
Enables you to customize a column’s drop-down filter. |
See Also