ITreeViewNodeInfo.DataItem Property
In This Article
Returns the data item that is bound to the node.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
object DataItem { get; }
#Property Value
Type | Description |
---|---|
Object | The data item object. |
See Also