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

TdxLayoutGroupButtonOptions Class

Contains settings for layout group buttons.

#Declaration

Delphi
TdxLayoutGroupButtonOptions = class(
    TPersistent
)

#Remarks

These settings allow you specify the visibility of a group’s expand button (see the ShowExpandButton property), and to create action buttons (see the Buttons property), used for providing additional capabilities to a layout group, and specify their default size and visibility.

Newly created action buttons are initially blank, and they are not associated with a built-in functionality. The TdxLayoutGroupButton class that represents a button provides the following members that enable buttons to perform specific tasks:

  • The OnClick event – allows you to add a custom action to the button.

  • The Glyph and Hint properties – inform end-users about the button’s purpose.

A TdxLayoutGroupButtonOptions object is referenced by a layout group’s ButtonOptions property.

#Inheritance

TObject
TPersistent
TdxLayoutGroupButtonOptions
See Also