menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class PivotFieldListDrilledMember

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    PivotFieldListDrilledMember
    Namespace: Syncfusion.EJ2.PivotView
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class PivotFieldListDrilledMember : EJTagHelper

    Constructors

    PivotFieldListDrilledMember()

    Declaration
    public PivotFieldListDrilledMember()

    Properties

    Delimiter

    It allows to set the delimiter, which is used a separator to split the given members.

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

    The default value is null

    Items

    It allows to set the members to be either expanded or collapsed in the pivot table.

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

    The default value is null

    Name

    It allows to set the field name whose members to be either expanded or collapsed in the pivot table.

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

    The default value is null

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