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

UpdateAction.ValueBinding Property

Gets or sets the data binding for the updated property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public BindingBase ValueBinding { get; set; }

Property Value

Type Description
BindingBase

A BindingBase object instance that specifies the data binding for the updated property.

See Also