Back to Devexpress

DXTreeView.ItemSpacing Property

maui-devexpress-dot-maui-dot-treeview-dot-dxtreeview-e2712d8e.md

latest1019 B
Original Source

DXTreeView.ItemSpacing Property

Gets or sets the gap between items in a tree view. This is a bindable property.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public double ItemSpacing { get; set; }

Property Value

TypeDescription
Double

A value that specifies the gap between items in a tree view.

|

Remarks

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

See Also

DXTreeView Class

DXTreeView Members

DevExpress.Maui.TreeView Namespace