Skip to main content
All docs
V23.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.v23.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