WinForms

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

    Show / Hide Table of Contents

    Class CollapsingEventArgs

    Provides data for the Collapsing event.

    Inheritance
    System.Object
    CollapsingEventArgs
    Namespace: Syncfusion.Windows.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class CollapsingEventArgs : CancelEventArgs

    Constructors

    CollapsingEventArgs(PivotCellInfo)

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

    Declaration
    public CollapsingEventArgs(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 - 2021 Syncfusion Inc. All Rights Reserved