Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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