BarItem.UpdateBindings(BindingContext) Method
In This Article
Updates data bindings used by this BarItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void UpdateBindings(
BindingContext context
)
#Parameters
Name | Type | Description |
---|---|---|
context | Binding |
A Binding |
#Remarks
See the BarItem.DataBindings property to learn more.
See Also