Back to Devexpress

StateImageIndicatorComponent.BindingContext Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-base-dot-stateimageindicatorcomponent-80eae999.md

latest2.0 KB
Original Source

StateImageIndicatorComponent.BindingContext Property

Gets or sets the BindingContext for the control.

Namespace : DevExpress.XtraGauges.Win.Base

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public BindingContext BindingContext { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Property BindingContext As BindingContext

Property Value

TypeDescription
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

StateImageIndicatorComponent Class

StateImageIndicatorComponent Members

DevExpress.XtraGauges.Win.Base Namespace