Gets or sets the ItemsSourceId specify which CollectionViewService will be used for this control.
Syntax
'Declaration
<JsonAttribute(True)>
<JsonConverterAttribute(C1.Web.Mvc.Serialization.DefaultConverter)>
Public Overrides Property ItemsSourceId As String
[Json(true)]
[JsonConverter(C1.Web.Mvc.Serialization.DefaultConverter)]
public override string ItemsSourceId {get; set;}
See Also