ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewDisplayOption - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PivotViewDisplayOption

    Inheritance
    System.Object
    EJTagHelper
    PivotViewDisplayOption
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewDisplayOption : EJTagHelper

    Constructors

    PivotViewDisplayOption()

    Declaration
    public PivotViewDisplayOption()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Primary

    Allows you to set the primary view to be either table or chart.The available options are: Table: Allows you to display the pivot table as primary view. Chart: Allows you to display the pivot chart as primary view.

    To use this option, it requires the property view to be Both.

    Declaration
    public Primary Primary { get; set; }
    Property Value
    Type Description
    Primary

    View

    Allows you to choose the view port as either table or chart or both table and chart. The available options are: Table: Allows you to render the component as tabular form. Chart: Allows you to render the component as graphical format. Both: Allows you to render the component as both table and chart.

    By default, Table is used as a default view in the component.

    Declaration
    public View View { get; set; }
    Property Value
    Type Description
    View
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved