Skip to main content

TableView.ShowIndicator Property

Gets or sets a value specifying whether the row indicator panel is displayed.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool ShowIndicator { get; set; }

#Property Value

Type Description
Boolean

true to display the row indicator panel; otherwise, false. The default is true.

#Remarks

RowIndicatorPanel

#Implements

DevExpress.Xpf.Grid.ITableView.ShowIndicator
See Also