BarItem.UpdateBindings(BindingContext) Method
Updates data bindings used by this BarItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
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