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