DXTreeView.ShowCheckBoxes Property
Gets or sets whether to display node check boxes. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool ShowCheckBoxes { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also