Skip to main content

TcxGridLevelStyles.Tab Property

Specifies the style for all tabs within a tab panel.

Declaration

property Tab: TcxStyle index lsTab read; write;

Property Value

Type
TcxStyle

Remarks

Use this property to specify the style for tabs controlling which particular detail View is actually displayed. You can handle the OnGetTabStyle and OnGetOwnTabStyle events to define different styles for individual tabs.

See Also