DXTreeView.Commands Property
Returns the collection of Tree View commands.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public DXTreeViewCommands Commands { get; }
Property Value
Type | Description |
---|---|
DXTreeViewCommands | An object that specifies a set of commands. |
See Also