Skip to main content
A newer version of this page is available. .

LinearScaleComponent.DataBindings Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

Declaration

public ControlBindingsCollection DataBindings { get; }

Property Value

Type Description
ControlBindingsCollection

A ControlBindingsCollection object representing a collection of data bindings.

See Also