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

StateImageIndicatorComponent.BindingContext Property

Gets or sets the BindingContext for the control.

Namespace: DevExpress.XtraGauges.Win.Base

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

Declaration

[Browsable(false)]
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 this MSDN article: Binding Context.

See Also