TreeListView.ShowIndicator Property
In This Article
Gets or sets a value specifying whether the Row Indicator Panel is displayed. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to display the node indicator panel; otherwise, false. The default is true. |
#Implements
DevExpress.Xpf.Grid.ITableView.ShowIndicator
See Also