TcxGridLevelStyles.Tab Property
In This Article
Specifies the style for all tabs within a tab panel.
#Declaration
Delphi
property Tab: TcxStyle index lsTab read; write;
#Property Value
Type |
---|
Tcx |
#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