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

In This Topic
    SelectedDataKey Property
    In This Topic
    Gets the System.Web.UI.WebControls.DataKey object that contains the data key value for the selected row in a C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property SelectedDataKey As System.Web.UI.WebControls.DataKey
    public virtual System.Web.UI.WebControls.DataKey SelectedDataKey {get;}
    See Also