menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotViewCustomGroupBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotViewCustomGroupBuilder
    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
    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
    PivotViewCustomGroupBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved