ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Menu Class / ItemsSource Property

In This Topic
    ItemsSource Property (Menu)
    In This Topic
    Gets or sets ItemsSource settings.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.ServiceConverter)>
    Public Overridable Property ItemsSource As IItemsSource(Of T)
    [Json(1)]
    [JsonConverter(C1.Web.Mvc.Serialization.ServiceConverter)]
    public virtual IItemsSource<T> ItemsSource {get; set;}
    See Also