TreeListRowData.IsChecked Property
Gets or sets whether the treelist row is checked.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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