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