menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentCellDropDownSelectionChangedEventArgs - WPF API Reference | Syncfusion
  • Articles
  • Api Documentation

    Show / Hide Table of Contents

    Class CurrentCellDropDownSelectionChangedEventArgs

    Provides data for CurrentCellDropDownSelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    GridEventArgs
    CurrentCellDropDownSelectionChangedEventArgs
    Inherited Members
    GridEventArgs.OriginalSender
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class CurrentCellDropDownSelectionChangedEventArgs : GridEventArgs

    Constructors

    CurrentCellDropDownSelectionChangedEventArgs(Object)

    Initializes a new instance of CurrentCellDropDownSelectionChangedEventArgs class.

    Declaration
    public CurrentCellDropDownSelectionChangedEventArgs(object originalSource)
    Parameters
    Type Name Description
    System.Object originalSource

    The source of the event.

    Properties

    RowColumnIndex

    Gets the RowColumnIndex of the corresponding item that were selected from the drop-down control.

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

    The RowColumnIndex of corresponding selected item.

    SelectedIndex

    Gets the index of the corresponding item that were selected from the drop-down control.

    Declaration
    public int SelectedIndex { get; }
    Property Value
    Type Description
    System.Int32

    An index of corresponding selected item.

    SelectedItem

    Gets the data item that were selected from the drop-down control.

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type Description
    System.Object

    The data item that were selected from drop-down control.

    In This Article
    • Constructors
      • CurrentCellDropDownSelectionChangedEventArgs(Object)
    • Properties
      • RowColumnIndex
      • SelectedIndex
      • SelectedItem
    Was this page helpful? Yes No
    Thank you for your feedback!
    Thank you for your feedback and comments. We will rectify this as soon as possible!
    An unknown error has occurred. Please try again.
    SEND FEEDBACK REGARDING THIS TOPIC

    Please provide additional information

    Please provide additional information

    Please provide additional information

    Please provide additional information
    Please provide additional information
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved