Skip to main content
A newer version of this page is available. .
All docs
V21.2

ReadOnlyDependencyPropertyBindingBehavior.IsEnabled Property

Gets or sets whether a bound ViewModel’s property should be updated. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool IsEnabled { get; set; }

Property Value

Type Description
Boolean

true to update a bound ViewModel’s property; otherwise, false.

See Also