WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGridSelectionChangedEventArgs - WindowsForms API Reference | Syncfusion SelectionChanged event. ">

    Show / Hide Table of Contents

    Class PivotGridSelectionChangedEventArgs

    Provides data for the SelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    PivotGridSelectionChangedEventArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    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.Forms.PivotAnalysis
    Assembly: Syncfusion.PivotAnalysis.Windows.dll
    Syntax
    public class PivotGridSelectionChangedEventArgs : SyncfusionEventArgs

    Constructors

    PivotGridSelectionChangedEventArgs(GridRangeInfo, SelectedItems, GridSelectionReason)

    Initializes a new instance of the PivotGridSelectionChangedEventArgs class.

    Declaration
    public PivotGridSelectionChangedEventArgs(GridRangeInfo gridRangeInfo, SelectedItems selectedItems, GridSelectionReason selectionReason)
    Parameters
    Type Name Description
    GridRangeInfo gridRangeInfo

    The grid range information.

    SelectedItems selectedItems

    Indicates the selected items in the grid.

    GridSelectionReason selectionReason

    Represents the selection reason for the grid.

    PivotGridSelectionChangedEventArgs(SelectedItems)

    Initializes a new instance of the PivotGridSelectionChangedEventArgs class.

    Declaration
    public PivotGridSelectionChangedEventArgs(SelectedItems selectedItems)
    Parameters
    Type Name Description
    SelectedItems selectedItems

    Indicates the selected items in the grid.

    Properties

    CellRangeInfo

    Gets or sets the range information of the cell.

    Declaration
    public GridRangeInfo CellRangeInfo { get; }
    Property Value
    Type Description
    GridRangeInfo

    The range information of the cell.

    SelectedItems

    Gets or sets the value of selected items in the IEnumerable form.

    Declaration
    public SelectedItems SelectedItems { get; }
    Property Value
    Type Description
    SelectedItems

    The selected items.

    SelectionReason

    Gets or sets the reason for selection.

    Declaration
    public GridSelectionReason SelectionReason { get; }
    Property Value
    Type Description
    GridSelectionReason

    The selection reason.

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