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

TdxCustomLayoutGroup.ButtonOptions Property

Provides access to the group’s button settings.

#Declaration

Delphi
property ButtonOptions: TdxLayoutGroupButtonOptions read; write;

#Property Value

Type
TdxLayoutGroupButtonOptions

#Remarks

These settings allow you specify the visibility of the group’s expand button (see the ShowExpandButton property), and to create action buttons (see the Buttons property), used for providing additional capabilities in the 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 TdxCustomLayoutGroupButton class that implements a button provides the following members:

  • 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.

See Also