Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool IsEnabled { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also