Back to Devexpress

TreeListNode.IsCheckBoxEnabled Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistnode-913a6358.md

latest1.2 KB
Original Source

TreeListNode.IsCheckBoxEnabled Property

Indicates whether the node’s check box is enabled.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool IsCheckBoxEnabled { get; set; }
vb
Public Property IsCheckBoxEnabled As Boolean

Property Value

TypeDescription
Boolean

true, if the check box is enabled; otherwise, false.

|

Remarks

To learn more, see Checking Nodes.

See Also

ShowCheckboxes

TreeListNode Class

TreeListNode Members

DevExpress.Xpf.Grid Namespace