Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1GaugeBase Class / DataField Property

In This Topic
    DataField Property (C1GaugeBase)
    In This Topic
    Gets or sets the field of the data source to which the main pointer is bound.
    Syntax
    'Declaration
     
    Public Property DataField As System.String
    public System.string DataField {get; set;}
    See Also