Skip to main content

TdxTileControlGroup.Caption Property

Provides access to the group caption‘s settings.

Declaration

property Caption: TdxTileControlGroupCaption read; write;

Property Value

Type
TdxTileControlGroupCaption

Remarks

Use this property to set the group’s caption or customize its appearance settings. Refer to the TdxTileControlGroupCaption class description for detailed information on available options.

The tile group’s caption area is visible if the Caption.Text property is set to a non-empty string or the group renaming mode is active.

See Also