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 |
---|
PivotCellInfo |
UniqueText
Gets or sets the unique text.
Declaration
public string UniqueText { get; set; }
Property Value
Type |
---|
System.String |