TreeNode.IsChecked Property
Gets or sets whether the node is checked. This is a bindable property.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool? IsChecked { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
See Also