Skip to main content

TcxGridLevelTabs.CaptionAlignment Property

Specifies the horizontal alignment of tab captions.

Declaration

property CaptionAlignment: TAlignment read; write; default cxGridLevelTabsDefaultCaptionAlignment;

Property Value

Type Default
TAlignment cxGridLevelTabsDefaultCaptionAlignment

Remarks

Use the CaptionAlignment property to specify how tab captions of all grid levels are aligned within the corresponding grid level tabs. This property is only in effect for horizontally arranged grid level tabs (i.e. tabs of grid levels whose immediate parent grid level’s DetailTabsPosition property is set to dtpLeft).

To specify the caption and image associated with a grid level tab, use the Caption and ImageIndex properties of the corresponding grid level respectively.

The default value of the CaptionAlignment property is specified by the cxGridLevelTabsDefaultCaptionAlignment constant.

See Also