WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridSelectionChangedEventArgs

    Show / Hide Table of Contents

    Class PivotGridSelectionChangedEventArgs

    Class containing event data, related after selection change in PivotGrid.

    Inheritance
    System.Object
    System.EventArgs
    PivotGridSelectionChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved