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