Skip to main content

DXTreeView.LevelIndent Property

Gets or sets the nested node indent on the left. This is a bindable property.

Namespace: DevExpress.Maui.TreeView

Assembly: DevExpress.Maui.TreeView.dll

NuGet Package: DevExpress.Maui.TreeView

Declaration

public double LevelIndent { get; set; }

Property Value

Type Description
Double

The nested node indent.

Remarks

For more information, refer to the following help topic: Change Item Appearance and Layout.

See Also