Skip to main content
All docs
V25.2
  • IRibbonItem.NavigateUrl Property

    Specifies the ribbon item’s target URL.

    Namespace: DevExpress.Blazor.Ribbon

    Assembly: DevExpress.Blazor.v25.2.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue("")]
    string NavigateUrl { get; set; }

    Property Value

    Type Default Description
    String String.Empty

    A URL to which the client web browser navigates.

    Remarks

    Refer to the NavigateUrl property description for more information and examples.

    See Also