BindablePropertyAttribute(Boolean) Constructor
Initializes a new instance of the BindablePropertyAttribute class with the specified settings.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
isBindable | Boolean | true, to make the property bindable; otherwise, false. |
See Also