alexa

    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
    PivotCellInfo
    Back to top Generated by DocFX