BarItem.UpdateBindings(BindingContext) Method
Updates data bindings used by this BarItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
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