Back to Devexpress

StateIndicatorComponent.BindingContext Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-state-dot-stateindicatorcomponent-39baa475.md

latest2.1 KB
Original Source

StateIndicatorComponent.BindingContext Property

Gets or sets the BindingContext for the control.

Namespace : DevExpress.XtraGauges.Win.Gauges.State

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 MSDN article: Binding Context.

See Also

StateIndicatorComponent Class

StateIndicatorComponent Members

DevExpress.XtraGauges.Win.Gauges.State Namespace