TreeViewControl.NodeIndent Property
Gets or sets the node indent’s width.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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 NodeIndent
property specifies the node indent’s width, in pixels.
See Also