TcxGridLevelTabs.Style Property
Specifies the painting style of grid level tabs.
Declaration
property Style: TcxPCStyleID read; write; default cxPCDefaultStyle;
Property Value
Type | Default |
---|---|
TcxPCStyleID | cxPCDefaultStyle |
Remarks
Use this property to specify the painting style for all grid level tabs. Refer to the description of TcxPCStyleID for all available painting styles.
Note
Use the Slants property to customize the appearance of grid level tabs when the Slanted painting style is applied.
The default value of the Style property is specified by the cxPCDefaultStyle constant.
See Also