Back to Devexpress

LinearScaleComponent.DataBindings Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-dot-linearscalecomponent.md

latest1.4 KB
Original Source

LinearScaleComponent.DataBindings Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

LinearScaleComponent Class

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace