IAccordionItemInfo.IconUrl Property
In This Article
Returns the URL to the Accordion’s item 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 item’s icon URL. |
See Also