Fired when a SelectButton is formatted for display. This event allows for custom SelectButton formatting.
The event handler receives an argument of type SelectButtonFormatEventArgs containing data related to this event. The following SelectButtonFormatEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Button | The SelectButton control |
| CommandName | The commandName that identifies this selectbutton |
| Row | The row that the select button is in |
TableEditor Class | DVXP.DXTableEditor Namespace