DigitalGauge.BindingContext Property
Gets or sets the BindingContext for the control.
Namespace: DevExpress.XtraGauges.Win.Gauges.Digital
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public BindingContext BindingContext { get; set; }
Property Value
Type | Description |
---|---|
BindingContext | A BindingContext for the control. |
Remarks
The BindingContext specifies an object that manages the collection of System.Windows.Forms.BindingManagerBase objects for the control. They are used to synchronize all controls that are bound to the same data source. This method overrides the BindingContext property to perform specific design-time customizations. Refer to MSDN article: Binding Context.
See Also