ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Olap Namespace / PivotGrid Class
Members






In This Topic
    PivotGrid Class
    In This Topic
    Displays the pivot tables.
    Object Model
    PivotGrid Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class PivotGrid 
       Inherits C1.Web.Mvc.FlexGridBase(Of Object)
       Implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As PivotGrid
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class PivotGrid : C1.Web.Mvc.FlexGridBase<object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class PivotGrid = class(C1.Web.Mvc.FlexGridBase, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class PivotGrid extends C1.Web.Mvc.FlexGridBase implements C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class PivotGrid : public C1.Web.Mvc.FlexGridBase<Object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class PivotGrid : public C1.Web.Mvc.FlexGridBase<Object>, C1.Web.Mvc.ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.ItemsBoundControl<T>
                C1.Web.Mvc.FlexGridBase<T>
                   C1.Web.Mvc.Olap.PivotGrid

    See Also