Skip to main content

TcxCustomEditButtons.GetButtonClass Method

Returns the class-reference to the type of buttons stored in the collection.

Declaration

class function GetButtonClass: TcxEditButtonClass; virtual;

Returns

Type Description
TcxEditButtonClass

The class-reference to the type of buttons stored in the collection.

Remarks

Call the GetButtonClass function to identify the type of buttons accessible through the Items property.

Tip

You can override the GetButtonClass function in a custom TcxCustomEditButtons class descendant to implement custom editor buttons.

See Also