RibbonButtonItem.NavigateUrl Property
Gets or sets a URL which defines the navigation location.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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