Back to Devexpress

TreeListView.SkipDisabledCheckBoxesOnRecursiveNodeChecking Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-83c96f8b.md

latest1.3 KB
Original Source

TreeListView.SkipDisabledCheckBoxesOnRecursiveNodeChecking Property

Gets or sets whether the state of disabled check boxes affects recursive check box selection.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

false if the state of disabled check boxes affects recursive check box selection; otherwise, true

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace