A newer version of this page is available.
Switch to the current version.
BindablePropertyAttribute Class
Provides settings for generating bindable properties by the POCO mechanism.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v18.2.dll
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class BindablePropertyAttribute :
Attribute
<AttributeUsage(AttributeTargets.Property)>
Public Class BindablePropertyAttribute
Inherits Attribute
Remarks
See POCO ViewModels to learn more.
See Also
Feedback