ITreeViewNodeInfo.IconUrl Property
In This Article
Returns URL of the TreeView node’s icon.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string IconUrl { get; }
#Property Value
Type | Description |
---|---|
String | The URL of the Tree |
#Remarks
Refer to the following topic for more information and an example: IconUrl.
See Also