Back to Devexpress

ReadOnlyDependencyPropertyBindingBehavior.IsEnabled Property

wpf-devexpress-dot-mvvm-dot-ui-dot-readonlydependencypropertybindingbehavior-616fd9d2.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool IsEnabled { get; set; }
vb
Public Property IsEnabled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

ReadOnlyDependencyPropertyBindingBehavior Class

ReadOnlyDependencyPropertyBindingBehavior Members

DevExpress.Mvvm.UI Namespace