Skip to main content
Tab

RibbonButtonItem.NavigateUrl Property

Gets or sets a URL which defines the navigation location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value which is a URL where the client web browser will navigate.

Remarks

Use the NavigateUrl property to specify a URL to which the client web browser navigates whenever the current button is clicked.

See Also