TcxCustomEditButtons.GetButtonClass Method
In This Article
Returns the class-reference to the type of buttons stored in the collection.
#Declaration
Delphi
class function GetButtonClass: TcxEditButtonClass; virtual;
#Returns
Type | Description |
---|---|
Tcx |
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 Get
function in a custom Tcx
See Also