menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridSelectionChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved