Class PivotGridSelectionChangedEventArgs
Class containing event data, related after selection change in PivotGrid.
Inheritance
System.Object
PivotGridSelectionChangedEventArgs
Namespace: Syncfusion.Windows.Controls.PivotGrid
Assembly: Syncfusion.PivotAnalysis.WPF.dll
Syntax
public class PivotGridSelectionChangedEventArgs : EventArgs
Constructors
PivotGridSelectionChangedEventArgs(GridRangeInfo, SelectedItems, GridSelectionReason)
This method is used to set arguments for selection changed event in PivotGrid.
Declaration
public PivotGridSelectionChangedEventArgs(GridRangeInfo RangeInfo, SelectedItems SelectedItems, GridSelectionReason SelectionReason)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | RangeInfo | The range information. |
SelectedItems | SelectedItems | The collection of selected items. |
GridSelectionReason | SelectionReason | The current state of user action and reason for the event. |
Properties
CellRangeInfo
Gets or sets the cell range information.
Declaration
public GridRangeInfo CellRangeInfo { get; }
Property Value
Type | Description |
---|---|
GridRangeInfo | The cell range information. |
SelectedItems
Gets or sets the selected items in the IEnumerable form of rows, columns and value.
Declaration
public SelectedItems SelectedItems { get; }
Property Value
Type | Description |
---|---|
SelectedItems | The selected items. |
SelectionReason
Gets or sets the selection reason.
Declaration
public GridSelectionReason SelectionReason { get; }
Property Value
Type | Description |
---|---|
GridSelectionReason | The selection reason. |