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

In This Topic
    DataKeys Property
    In This Topic
    Gets a collection of System.Web.UI.WebControls.DataKey objects that represent the data key value of each row in a C1GridView control.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataKeys As System.Web.UI.WebControls.DataKeyArray
    public System.Web.UI.WebControls.DataKeyArray DataKeys {get;}
    See Also