menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotFieldListCustomGroupBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    PivotFieldListCustomGroupBuilder
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotFieldListCustomGroupBuilder : ControlBuilder

    Constructors

    PivotFieldListCustomGroupBuilder()

    Declaration
    public PivotFieldListCustomGroupBuilder()

    PivotFieldListCustomGroupBuilder(List<PivotFieldListCustomGroup>)

    Declaration
    public PivotFieldListCustomGroupBuilder(List<PivotFieldListCustomGroup> collection)
    Parameters
    Type Name Description
    System.Collections.Generic.List<PivotFieldListCustomGroup> 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 PivotFieldListCustomGroupBuilder GroupName(string groupName)
    Parameters
    Type Name Description
    System.String groupName
    Returns
    Type
    PivotFieldListCustomGroupBuilder

    Items(String[])

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

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