Skip to main content
All docs
V25.1
  • TreeViewControl.NodeIndent Property

    Gets or sets the node indent’s width.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.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 NodeIndent property specifies the node indent’s width, in pixels.

    See Also