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

    Gets or sets the node indent’s width.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    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