DxRibbonButtonBase<TRibbonItemRenderer, TRibbonClickEventArgs>.IconUrl Property
Specifies the URL of the item’s icon.
Namespace: DevExpress.Blazor.Base
Assembly: DevExpress.Blazor.v25.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[Parameter]
public string IconUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| String | The icon’s URL. |
See Also