ITreeViewNodeInfo.Checked Property
Returns whether the node is checked.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
bool? Checked { get; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
See Also