Skip to main content
A newer version of this page is available. .
All docs
V21.2

TreeViewControl.NodeIndent Property

Gets or sets the node indent’s width.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double NodeIndent { get; set; }

Property Value

Type Default Description
Double 20

The node indent’s width, in pixels.

Remarks

Indents indicate nesting levels, and display expand buttons, checkboxes, and node images. The RowIndent property specifies the node indent’s width, in pixels.

See Also