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

In This Topic
    ItemsSourceId Property (PivotGrid)
    In This Topic
    Gets or sets the id of the source.
    Syntax
    'Declaration
     
    Public Overrides Property ItemsSourceId As String
    public override string ItemsSourceId {get; set;}
    Remarks
    It can be the id of a PivotPanel component or a PivotEngine component.
    See Also