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

TcxGridLevelStyles Class

Stores styles that define the appearance of nested level elements.

#Declaration

Delphi
TcxGridLevelStyles = class(
    TcxStyles
)

#Remarks

This class provides properties and events relating to the style of tabs and the tab panel displayed at the child (detail) grid levels. Tabs are displayed within the tab panel and enable switching between the display of several child Views. To display a tab for a particular View, assign the Caption of the corresponding child grid level and ensure that the TcxGridLevelOptions.DetailTabsPosition flag of the parent grid level is not set to dtpNone. If DetailTabsPosition is set to dtpNone, only one detail View is visible.

To set styles for a tab panel, use the TcxCustomGrid.RootLevelStyles and TcxGridLevel.Styles properties for root and detail levels respectively.

See Also