TcxCustomEditProperties.GetButtonsClass Method
In This Article
Determines the type of the button collection accessible via the Buttons property.
#Declaration
Delphi
class function GetButtonsClass: TcxEditButtonsClass; virtual;
#Returns
Type |
---|
Tcx |
#Remarks
By default, this function returns TcxEditButtons. Override this function to display custom buttons (for example, TcxEditButton descendants).
See Also