Class CurrentCellDropDownSelectionChangedEventArgs
Provides data for
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
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 |