Skip to main content

TreeListView.ShowRootIndent Property

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

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

#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