ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotGrid Class / ItemsSourceId Property

In This Topic
    ItemsSourceId Property (PivotGrid)
    In This Topic
    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;}
    Remarks
    It can be the id of a PivotPanel component or a PivotEngine component.
    See Also