Fired when a SelectCheckBox is formatted for display. This event allows for custom CheckBox formatting.
The event handler receives an argument of type SelectCheckBoxFormatEventArgs containing data related to this event. The following SelectCheckBoxFormatEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| CheckBox | The SelectCheckBox control |
| IsSelectAllCheckBox | Indicates if this is the Select All checkbox in the column header. |
| Row | The row that the select button is in. Returns null if this is the Select All checkbox. |
TableEditor Class | DVXP.DXTableEditor Namespace