Skip to main content
A newer version of this page is available. .

TcxGridTableOptionsView.Indicator Property

Switches the row indicator‘s visibility.

Declaration

property Indicator: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to display the row indicator. Use the IndicatorWidth property to specify the row indicator’s width. Setting the width to 0 hides the row indicator.

The default value of the Indicator property is False.

See Also