Skip to main content

BindablePropertyAttribute(Boolean) Constructor

Initializes a new instance of the BindablePropertyAttribute class with the specified settings.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public BindablePropertyAttribute(
    bool isBindable
)

Parameters

Name Type Description
isBindable Boolean

true, to make the property bindable; otherwise, false.

See Also