Skip to main content
All docs
V25.1
  • 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.1.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