Back to Devexpress

TreeViewControl.NodeIndent Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-a2596c27.md

latest1.3 KB
Original Source

TreeViewControl.NodeIndent Property

Gets or sets the node indent’s width.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double NodeIndent { get; set; }
vb
Public Property NodeIndent As Double

Property Value

TypeDefaultDescription
Double20

The node indent’s width, in pixels.

|

Remarks

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

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace