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

BarItem.UpdateBindings(BindingContext) Method

Updates data bindings used by this BarItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public void UpdateBindings(
    BindingContext context
)

Parameters

Name Type Description
context BindingContext

A BindingContext property that is the updated context for data bindings.

Remarks

See the BarItem.DataBindings property to learn more.

See Also