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

TdxCustomLayoutGroupButtons Class

The base class for the action button collection.

#Declaration

Delphi
TdxCustomLayoutGroupButtons = class(
    TCollection
)

#Remarks

Action buttons serve as links to a custom functionality of a layout group.

You can create buttons at:

  • Design Time. Click the ellipsis button of a layout group’s ButtonOptions.Buttons property and click the “Add New” button or press the Insert key in the opened dialog.

  • Runtime. Call the collection’s Add function.

Do not use this class directly, use its descendant instead.

#Inheritance

TObject
TPersistent
TCollection
TdxCustomLayoutGroupButtons
See Also