DXTreeView.CheckedItems Property
Gets or sets the collection of checked nodes. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public IList CheckedItems { get; set; }
Property Value
| Type | Description |
|---|---|
| IList | The collection of checked nodes. |
See Also