Gets or sets the name of the field from the data source to bind to the NavigateUrl property of a C1MenuItem object to which the C1MenuItemBinding object is applied.

Namespace:  C1.Web.UI.Controls.C1Menu
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[C1CategoryAttribute("Category.Databindings")]
[DefaultValueAttribute("")]
[TypeConverterAttribute(typeof(DataSourceViewSchemaConverter))]
public string NavigateUrlField { get; set; }
Visual Basic (Declaration)
<C1CategoryAttribute("Category.Databindings")> _
<DefaultValueAttribute("")> _
<TypeConverterAttribute(GetType(DataSourceViewSchemaConverter))> _
Public Property NavigateUrlField As String
	Get
	Set

See Also