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