Skip to main content
Tab

NavBarDataFields.NavigateUrlField Property

Gets or sets the name of an xml element’s attribute which provides navigate URLs for items or groups.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public abstract string NavigateUrlField { get; set; }

Property Value

Type Description
String

A string value that specifies the name of the required data source field.

See Also