TableView.ShowIndicator Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true to display the row indicator panel; otherwise, false. The default is true. |
#Remarks
#Implements
DevExpress.Xpf.Grid.ITableView.ShowIndicator
See Also