TcxGridLevelStyles.TabsBackground Property
In This Article
Specifies the style for a tab panel background.
#Declaration
Delphi
property TabsBackground: TcxStyle index lsTabsBackground read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
Use this property to set the style for a tab panel background. To define the style for tabs themselves, assign a style to the Tab attribute.
See Also