WPF

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

    Show / Hide Table of Contents

    Class ExpandingEventArgs

    Class containing event data, related before expand operation in PivotGrid.

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

    Constructors

    ExpandingEventArgs(PivotCellInfo)

    This method handles expand operation.

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

    The Pivot cell information.

    ExpandingEventArgs(PivotCellInfo, String, RowColumnIndex)

    This method handles expand operation.

    Declaration
    public ExpandingEventArgs(PivotCellInfo PivotCellInfo, string uniqueText, RowColumnIndex rowColumnIndex)
    Parameters
    Type Name Description
    PivotCellInfo PivotCellInfo

    The Pivot cell information.

    System.String uniqueText

    The unique text.

    RowColumnIndex rowColumnIndex

    The row and column index.

    Properties

    PivotCellInfo

    Gets or sets the cell information.

    Declaration
    public PivotCellInfo PivotCellInfo { get; set; }
    Property Value
    Type Description
    PivotCellInfo

    UniqueText

    Gets or sets the unique text.

    Declaration
    public string UniqueText { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved