Back to Devexpress

TreeNodeView.AllowCheckBox Property

maui-devexpress-dot-maui-dot-treeview-dot-treenodeview-102f2952.md

latest839 B
Original Source

TreeNodeView.AllowCheckBox Property

Gets or sets whether to display node checkboxes. This is a bindable property.

Namespace : DevExpress.Maui.TreeView

Assembly : DevExpress.Maui.TreeView.dll

NuGet Package : DevExpress.Maui.TreeView

Declaration

csharp
public bool AllowCheckBox { get; set; }

Property Value

TypeDescription
Boolean

true to display node checkboxes; otherwise, false.

|

See Also

TreeNodeView Class

TreeNodeView Members

DevExpress.Maui.TreeView Namespace