WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollapsingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CollapsingEventArgs

    Class containing the event data, related before collapse operation in PivotGrid.

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

    Constructors

    CollapsingEventArgs(PivotCellInfo)

    This method is handled before collapse operation in PivotGrid.

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

    Properties

    PivotCellInfo

    Gets or sets the cell information.

    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