Skip to main content
A newer version of this page is available. .

BindablePropertyAttribute Constructors

Provides settings for generating bindable properties by the POCO mechanism.
Name Parameters Description
BindablePropertyAttribute() none Initializes a new instance of the BindablePropertyAttribute class with the default settings.
BindablePropertyAttribute(Boolean) isBindable Initializes a new instance of the BindablePropertyAttribute class with the specified settings.
See Also