ComponentOne ComboBox for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1ComboBox Namespace / C1ComboBoxColumn Class / DataField Property

In This Topic
    DataField Property
    In This Topic
    Gets or sets the field in the data source from which to load cells value.
    Syntax
    'Declaration
     
    Public Property DataField As System.String
    public System.string DataField {get; set;}
    See Also