ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / SelectedValue Property

In This Topic
    SelectedValue Property
    In This Topic
    Gets the data key value of the selected row in a C1GridView control.
    Syntax
    'Declaration
     
    Public ReadOnly Property SelectedValue As System.Object
    public System.object SelectedValue {get;}
    See Also