Class PivotGridSelectionChangedEventArgs
A class containing event data related to after selection change in PivotGridControl.
Inheritance
System.Object
PivotGridSelectionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.PivotGrid
Assembly: Syncfusion.SfPivotGrid.UWP.dll
Syntax
public class PivotGridSelectionChangedEventArgs : EventArgs
Constructors
PivotGridSelectionChangedEventArgs(GridRangeInfo, SelectedItems)
Initializes a new instance of the PivotGridSelectionChangedEventArgs class.
Declaration
public PivotGridSelectionChangedEventArgs(GridRangeInfo rangeInfo, SelectedItems selectedItems)
Parameters
Type | Name | Description |
---|---|---|
GridRangeInfo | rangeInfo | The range information of grid cell. |
SelectedItems | selectedItems | The items that are selected. |
Properties
CellRangeInfo
Gets the range information of grid cell.
Declaration
public GridRangeInfo CellRangeInfo { get; }
Property Value
Type |
---|
GridRangeInfo |
SelectedItems
Gets the selected items in the IEnumerable form of rows, columns and values.
Declaration
public SelectedItems SelectedItems { get; }
Property Value
Type |
---|
SelectedItems |