Skip to main content
A newer version of this page is available. .

TreeListRowData.IsChecked Property

Gets or sets whether the treelist row is checked.

Namespace: DevExpress.Xpf.Grid.TreeList

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

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