Skip to main content

TreeListRowData.IsChecked Property

Gets or sets whether the treelist row is checked.

Namespace: DevExpress.Xpf.Grid.TreeList

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool? IsChecked { get; set; }

Property Value

Type Description
Nullable<Boolean>

A Nullable<T><Boolean,> value that specifies whether the treelist row is checked.

Remarks

The TreeListRowData.IsChecked property is synchronized with the TreeListNode.IsChecked ptoperty.

See Also