Back to Devexpress

LabelComponent.DataBindings Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-labelcomponent.md

latest1.3 KB
Original Source

LabelComponent.DataBindings Property

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

Namespace : DevExpress.XtraGauges.Win.Base

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

LabelComponent Class

LabelComponent Members

DevExpress.XtraGauges.Win.Base Namespace