Skip to main content

ASPxClientSpreadsheetPopupMenuItem.navigateUrl Property

Gets or sets an URL which defines the navigation location.

Declaration

navigateUrl: string

Property Value

Type Description
string

A string value which represents an URL where the client web browser will navigate.

Remarks

Use the navigateUrl property to specify an URL to which the client web browser navigates whenever the current menu item is clicked. If the navigateUrl property is assigned, the item serves as a link. If this property is set to an empty string, no navigation is performed when clicking on the item.

See Also