ITreeViewNodeInfo.Text Property
Returns the node text content.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string Text { get; }
Property Value
Type | Description |
---|---|
String | The node text. |
See Also