ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewCustomGroupBuilder

    Inheritance
    System.Object
    ControlBuilder
    PivotViewCustomGroupBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotViewCustomGroupBuilder : ControlBuilder

    Constructors

    PivotViewCustomGroupBuilder()

    Declaration
    public PivotViewCustomGroupBuilder()

    PivotViewCustomGroupBuilder(List<PivotViewCustomGroup>)

    Declaration
    public PivotViewCustomGroupBuilder(List<PivotViewCustomGroup> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<PivotViewCustomGroup> collection

    Methods

    Add()

    Declaration
    public void Add()

    GroupName(String)

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

    Declaration
    public PivotViewCustomGroupBuilder GroupName(string groupName)
    Parameters
    Type Name Description
    System.String groupName
    Returns
    Type Description
    PivotViewCustomGroupBuilder

    Items(String[])

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

    Declaration
    public PivotViewCustomGroupBuilder Items(string[] items)
    Parameters
    Type Name Description
    System.String[] items
    Returns
    Type Description
    PivotViewCustomGroupBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved