Skip to main content

LinearScaleMarkerComponent.BindingContext Property

Gets or sets the BindingContext for the control.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

Assembly: DevExpress.XtraGauges.v23.2.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