Skip to main content

LabelComponent.DataBindings Property

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

Namespace: DevExpress.XtraGauges.Win.Base

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public ControlBindingsCollection DataBindings { get; }

Property Value

Type Description
ControlBindingsCollection

A ControlBindingsCollection object representing a collection of data bindings.

See Also