ITabInfo.TabIconUrl Property
In This Article
Returns the tab’s icon URL.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
string TabIconUrl { get; }
#Property Value
Type | Description |
---|---|
String | A URL that points to an icon. |
See Also