ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1Field Class / DataKey Property

In This Topic
    DataKey Property
    In This Topic
    A value indicating the key of the data field associated with a column.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataKey As ObjectValue
    public ObjectValue DataKey {get;}
    Remarks
    If an array of hashes is used as a datasource for wijgrid, this should be string value, otherwise this should be an integer determining an index of the field in the datasource.
    See Also