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

In This Topic
    DataKeyNames Property
    In This Topic
    Gets or sets an array that contains the names of the primary key fields for the items displayed in a C1GridView control.
    Syntax
    'Declaration
     
    Public Overridable Property DataKeyNames As System.String()
    public virtual System.string[] DataKeyNames {get; set;}
    See Also