BindablePropertyAttribute Class
Provides settings for generating bindable properties by the POCO mechanism.
Namespace: DevExpress.Mvvm.DataAnnotations
Assembly: DevExpress.Mvvm.v24.1.dll
NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation
Declaration
[AttributeUsage(AttributeTargets.Property)]
public class BindablePropertyAttribute :
Attribute
Remarks
See POCO ViewModels to learn more.
See Also