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

TcxGridLevelTabs.CaptionAlignment Property

Specifies the horizontal alignment of tab captions.

#Declaration

Delphi
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