menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionChangedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    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.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved