RibbonButtonItem.NavigateUrl Property
In This Article
Gets or sets a URL which defines the navigation location.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
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