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