ASPxClientRichEditPopupMenuItem.navigateUrl Property
Gets or sets a URL which defines the navigation location.
Declaration
navigateUrl: string
Property Value
Type | Description |
---|---|
string | A string value which represents 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 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