Back to Devexpress

DigitalGauge.DataBindings Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-dot-digitalgauge-9a42fe4f.md

latest1.4 KB
Original Source

DigitalGauge.DataBindings Property

Provides access to the collection of data bindings for the control.

Namespace : DevExpress.XtraGauges.Win.Gauges.Digital

Assembly : DevExpress.XtraGauges.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public ControlBindingsCollection DataBindings { get; }
vb
Public ReadOnly Property DataBindings As ControlBindingsCollection

Property Value

TypeDescription
ControlBindingsCollection

A ControlBindingsCollection object representing a collection of data bindings.

|

See Also

DigitalGauge Class

DigitalGauge Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace