Back to Devexpress

TreeNode.IsChecked Property

maui-devexpress-dot-maui-dot-treeview-dot-treenode.md

latest871 B
Original Source

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

csharp
public bool? IsChecked { get; set; }

Property Value

TypeDescription
Nullable<Boolean>

true if the node is checked; otherwise, false.

|

See Also

TreeNode Class

TreeNode Members

DevExpress.Maui.TreeView Namespace