FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / SelectedItem Property

In This Topic
    SelectedItem Property (FlexGrid)
    In This Topic
    Gets or sets the selected data item.
    Syntax
    'Declaration
     
    Public Property SelectedItem As Object
    public object SelectedItem {get; set;}
    See Also