Skip to main content

TcxGridLevelStyles Class

Contains the settings managing the style of child nesting level elements.

Declaration

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