DXTreeViewCommands.UncheckAll Property
Returns the command that unchecks all nodes.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public Command UncheckAll { get; }
Property Value
| Type | Description |
|---|---|
| Command | A command object. |
See Also