Back to Devexpress

TcxGridTableOptionsView.Indicator Property

vcl-cxgridtableview-dot-tcxgridtableoptionsview-47167923.md

latest1.0 KB
Original Source

TcxGridTableOptionsView.Indicator Property

Specifies if the row indicator is visible.

Declaration

delphi
property Indicator: Boolean read; write; default False;

Property Value

TypeDefaultDescription
BooleanFalse

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

TcxGridTableViewStyles.Indicator Property

TcxGridTableOptionsView Class

TcxGridTableOptionsView Members

cxGridTableView Unit