TreeListView.ShowRootIndent Property
In This Article
Gets or sets whether or not to show an expand button for the root node.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true to show the expand button for the root node; otherwise, false. |
#Remarks
By default ShowRootIndent is set to true.
See Also