Skip to main content

TcxGridTableOptionsView.Indicator Property

Specifies if the row indicator is visible.

Declaration

property Indicator: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if the row indicator is visible; otherwise, False.

Remarks

Set the Indicator property to True or False to display or hide the row indicator. To adjust row indicator width, use the IndicatorWidth property.

Default Value

The Indicator property’s default value is False.

See Also