Skip to main content

TdxCustomLayoutGroup.ButtonOptions Property

Provides access to the group’s button settings.

Declaration

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