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

StateIndicatorComponent.DataBindings Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.State

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

public ControlBindingsCollection DataBindings { get; }

Property Value

Type Description
ControlBindingsCollection

A ControlBindingsCollection object representing a collection of data bindings.

See Also