DVXP TEdit.NET 3.0

TableEditor.SelectCheckBoxFormat Event

Fired when a SelectCheckBox is formatted for display. This event allows for custom CheckBox formatting.

[Visual Basic]
Public Event SelectCheckBoxFormat As SelectCheckBoxFormatEventHandler
[C#]
public event SelectCheckBoxFormatEventHandler SelectCheckBoxFormat;

Event Data

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.

PropertyDescription
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.

See Also

TableEditor Class | DVXP.DXTableEditor Namespace