ComponentOne ASP.NET MVC Controls
ItemsSourceId Property (ItemsBoundControl<T>)

C1.Web.Mvc Namespace > ItemsBoundControl<T> Class : ItemsSourceId Property
Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
 
<JsonAttribute(Order=1, 
   SkipIfDefault=True, 
   PropertyName="itemsSource", 
   Name="itemsSource")>
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)>
Public Overridable Property ItemsSourceId As String
[Json(Order=1, 
   SkipIfDefault=True, 
   PropertyName="itemsSource", 
   Name="itemsSource")]
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.ServiceConverter, ConverterParameters=)]
public virtual string ItemsSourceId {get; set;}
See Also

Reference

ItemsBoundControl<T> Class
ItemsBoundControl<T> Members