Skip to main content

TreeListView.ShowIndicator Property

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

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

#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