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

In This Topic
    DetailDataKeyName Property
    In This Topic
    Gets or sets a value that determines the name of the detail key field.
    Syntax
    'Declaration
     
    Public Property DetailDataKeyName As System.String
    public System.string DetailDataKeyName {get; set;}
    See Also