menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CurrentCellDropDownSelectionChangedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CurrentCellDropDownSelectionChangedEventArgs

    Provides data for event.

    Inheritance
    System.Object
    CurrentCellDropDownSelectionChangedEventArgs
    Namespace: Syncfusion.Maui.DataGrid
    Assembly: Syncfusion.Maui.DataGrid.dll
    Syntax
    public class CurrentCellDropDownSelectionChangedEventArgs : EventArgs

    Constructors

    CurrentCellDropDownSelectionChangedEventArgs(Object)

    Initializes a new instance of the CurrentCellDropDownSelectionChangedEventArgs class.

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

    The source of the event.

    Properties

    RowColumnIndex

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

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

    SelectedIndex

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

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

    SelectedItem

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

    Declaration
    public object SelectedItem { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved