menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotViewCustomGroup - API Reference

    Show / Hide Table of Contents

    Class PivotViewCustomGroup

    Inheritance
    System.Object
    EJTagHelper
    PivotViewCustomGroup
    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.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewCustomGroup : EJTagHelper

    Constructors

    PivotViewCustomGroup()

    Declaration
    public PivotViewCustomGroup()

    Properties

    GroupName

    Allows user to set the group name (or title) for selected headers for custom grouping.

    Declaration
    public string GroupName { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Items

    It allows to set the headers which needs to be grouped from display.

    Declaration
    public string[] Items { get; set; }
    Property Value
    Type Description
    System.String[]

    The default value is null

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved