Skip to main content
Tab

IndexPanelItemTemplateContainer.NavigateUrl Property

Gets a URL, representing the navigation location of the index panel item whose template is being instantiated.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string NavigateUrl { get; }

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 obtain the rendered index panel item’s URL, to which the client web browser navigates whenever the item is clicked.

The NavigateUrl property is useful when you need to bind a property of a template’s child control, so that a click on the control performs the default navigation operation defined within the ASPxTitleIndex control.

See Also