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

BindablePropertyAttribute Class

Provides settings for generating bindable properties by the POCO mechanism.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

[AttributeUsage(AttributeTargets.Property)]
public class BindablePropertyAttribute :
    Attribute

Remarks

See POCO ViewModels to learn more.

Inheritance

Object
Attribute
BindablePropertyAttribute
See Also