Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxEditButtons.GetButtonClass Method

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

#Declaration

Delphi
class function GetButtonClass: TcxEditButtonClass; override;

#Returns

Type Description
TcxEditButtonClass

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

#Remarks

The GetButtonClass function always returns a reference to the TcxEditButton class.

See Also