Skip to main content

DataControlBase Events

Serves as a base for classes that represents data-aware controls (e.g. GridControl).
Name Description
AutoGeneratedColumns Occurs after the columns have been automatically generated.
AutoGeneratingColumn Occurs each time an individual column is auto-generated.
CurrentColumnChanged Occurs after the focused column has been changed.
CurrentItemChanged Occurs after the focused row is changed.
CustomCellAppearance Allows you to customize cell appearance.
CustomUniqueValues Allows you to specify unique values displayed in a column’s drop-down filter.
FilterChanged Occurs after the grid’s filter has been changed.
ItemsSourceChanged Occurs after the DataControlBase.ItemsSource property has been changed.
ShowFilterPopup Enables you to customize a column’s drop-down filter.
See Also