ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Menu Namespace / C1MenuItemBinding Class / NavigateUrlField Property

In This Topic
    NavigateUrlField Property (C1MenuItemBinding)
    In This Topic
    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 C1MenuBinding object is applied.
    Syntax
    'Declaration
     
    Public Property NavigateUrlField As System.String
    public System.string NavigateUrlField {get; set;}
    See Also