TcxGridTableViewStyles.Indicator Property
In This Article
Specifies the style for the Table View row indicator.
#Declaration
Delphi
property Indicator: TcxStyle index vsIndicator read; write;
#Property Value
Type |
---|
Tcx |
#Remarks
The Indicator property allows you to define the style (font, background color) for the Table View row indicator.
In the following image the indicator is painted in coral ($00507FFF).
See Also