Back to Devexpress

TreeViewControl.ShowRootIndent Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-84ac8655.md

latest1.1 KB
Original Source

TreeViewControl.ShowRootIndent Property

Gets or sets whether to show an indent for the root node.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowRootIndent { get; set; }
vb
Public Property ShowRootIndent As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show an indent for the root node; otherwise, false.

|

Remarks

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace