WPF

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

    Show / Hide Table of Contents

    Class CollapsedEventArgs

    Class containing the event data, related after collapse operation in PivotGrid.

    Inheritance
    System.Object
    System.EventArgs
    CollapsedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    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.Windows.Controls.PivotGrid
    Assembly: Syncfusion.PivotAnalysis.WPF.dll
    Syntax
    public class CollapsedEventArgs : EventArgs

    Constructors

    CollapsedEventArgs(PivotCellInfo)

    This method handles after collapse operation in PivotGrid.

    Declaration
    public CollapsedEventArgs(PivotCellInfo PivotCellInfo)
    Parameters
    Type Name Description
    PivotCellInfo PivotCellInfo

    The Pivot cell information.

    Properties

    PivotCellInfo

    Gets or sets the Pivot cell information.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo

    The Pivot cell information.

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