Class SelectionChangedEventArgs
Provides data for SelectionChanged event in SfMultiColumnDropDownControl.
Inheritance
System.Object
SelectionChangedEventArgs
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public class SelectionChangedEventArgs : EventArgs
Constructors
SelectionChangedEventArgs()
Declaration
public SelectionChangedEventArgs()
Properties
SelectedIndex
Gets or sets the index of corresponding row in SfDataGrid.
Declaration
public int SelectedIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The index of selected item. |
SelectedItem
Gets or sets the data item which is bound to the row that contains the selection.
Declaration
public object SelectedItem { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The object that is currently selected in SfDataGrid. |