TreeNodeView.ExpandButtonIndent Property
Gets or sets the expand button indent. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public double ExpandButtonIndent { get; set; }
Property Value
Type | Description |
---|---|
Double | The expand button indent. |
See Also