ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class / DataKeys Property

In This Topic
    DataKeys Property
    In This Topic
    Gets a collection of System.Data.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