Skip to main content

TdxLayoutGroupButtonOptions Members

Contains settings for layout group buttons.

Constructors

Name Description
Create(TdxCustomLayoutGroup) Initializes a new instance of the TdxLayoutGroupButtonOptions class with specified settings.

Properties

Name Description
Alignment Specifies the horizontal alignment of layout group buttons.
Buttons Provides access to the action button collection in a layout group.
CheckBox Provides access to a check box’s settings.
DefaultHeight Specifies the default height for buttons.
DefaultWidth Specifies the default width for buttons.
ExpandButton Provides access to an expand button that belongs to a group.
Group Provides access to a group that owns the buttons.
ShowExpandButton Specifies if the expand button is visible in a layout group‘s caption.
Visible Specifies if layout group buttons are visible.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also