DVXP TEdit.NET 3.0

TableEditor.SelectButtonFormat Event

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

[Visual Basic]
Public Event SelectButtonFormat As SelectButtonFormatEventHandler
[C#]
public event SelectButtonFormatEventHandler SelectButtonFormat;

Event Data

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.

PropertyDescription
Button The SelectButton control
CommandName The commandName that identifies this selectbutton
Row The row that the select button is in

See Also

TableEditor Class | DVXP.DXTableEditor Namespace