WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollapsedEventArgs - WindowsForms API Reference | Syncfusion Collapsed event. ">

    Show / Hide Table of Contents

    Class CollapsedEventArgs

    Provides data for the Collapsed event.

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

    Constructors

    CollapsedEventArgs(PivotCellInfo)

    Initializes a new instance of the CollapsedEventArgs class with the specified PivotCellInfo.

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

    The information about the pivot cell.

    Properties

    PivotCellInfo

    Gets or sets the information about pivot cell.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved