Skip to main content
A newer version of this page is available. .
Tab

RibbonButtonItem.NavigateUrl Property

Gets or sets a URL which defines the navigation location.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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