WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HiddenGroup

    Show / Hide Table of Contents

    Class HiddenGroup

    Class used to hold the properties of each hidden group.

    Inheritance
    System.Object
    HiddenGroup
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.PivotAnalysis.Base
    Assembly: Syncfusion.PivotAnalysis.Base.dll
    Syntax
    public class HiddenGroup

    Constructors

    HiddenGroup()

    Initializes a new instance of the HiddenGroup class.

    Declaration
    public HiddenGroup()

    HiddenGroup(Int32, Int32, Int32, String)

    Initializes a new instance of the HiddenGroup class and it contains the properties needed for the hidden group.

    Declaration
    public HiddenGroup(int from, int to, int level, string groupName)
    Parameters
    Type Name Description
    System.Int32 from
    System.Int32 to
    System.Int32 level
    System.String groupName

    HiddenGroup(Int32, Int32, Int32, String, String)

    Constructor that holds the information needed for hidden group.

    Declaration
    public HiddenGroup(int from, int to, int level, string groupName, string totalHeader)
    Parameters
    Type Name Description
    System.Int32 from

    Hidden group starts with.

    System.Int32 to

    Hidden group ends with.

    System.Int32 level

    The level of hidden group.

    System.String groupName

    Name of the hidden group.

    System.String totalHeader

    The total header of hidden group.

    Properties

    From

    Gets or sets where the HiddenGroup starts with.

    Declaration
    public int From { get; set; }
    Property Value
    Type Description
    System.Int32

    GroupName

    Gets or sets the name of HiddenGroup.

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

    ItemTotalHeader

    Gets or sets the total header of HiddenGroup.

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

    Level

    Gets or sets the level of HiddenGroup.

    Declaration
    public int Level { get; set; }
    Property Value
    Type Description
    System.Int32

    To

    Gets or sets where the HiddenGroup ends with.

    Declaration
    public int To { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    Clone(HiddenGroup)

    Clones the specified hidden group.

    Declaration
    public HiddenGroup Clone(HiddenGroup ParentGroup)
    Parameters
    Type Name Description
    HiddenGroup ParentGroup
    Returns
    Type Description
    HiddenGroup

    ToString()

    Converts the hidden group start and end values into string format.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved