Class CollapsedEventArgs
Provides data for the Collapsed event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|
PivotCellInfo |