Skip to main content
All docs
V24.2

DxRibbonButtonBase<TRibbonItemRenderer, TRibbonClickEventArgs>.IconUrl Property

Specifies the URL of the item’s icon.

Namespace: DevExpress.Blazor.Base

Assembly: DevExpress.Blazor.v24.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[Parameter]
public string IconUrl { get; set; }

Property Value

Type Description
String

The icon’s URL.

See Also