StateIndicatorComponent.DataBindings Property
In This Article
Provides access to the collection of data bindings for the control.
Namespace: DevExpress.XtraGauges.Win.Gauges.State
Assembly: DevExpress.XtraGauges.v24.2.Win.dll
NuGet Package: DevExpress.Win.Gauges
#Declaration
public ControlBindingsCollection DataBindings { get; }
#Property Value
Type | Description |
---|---|
Control |
A Control |
See Also