WinForms

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

    Show / Hide Table of Contents

    Class ExpandingEventArgs

    Provides data for the Expanding event.

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

    Constructors

    ExpandingEventArgs(PivotCellInfo)

    Initializes a new instance of the ExpandingEventArgs class.

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

    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