Back to Devexpress

BindablePropertyAttribute Class

corelibraries-devexpress-dot-mvvm-dot-dataannotations.md

latest1.4 KB
Original Source

BindablePropertyAttribute Class

Provides settings for generating bindable properties by the POCO mechanism.

Namespace : DevExpress.Mvvm.DataAnnotations

Assembly : DevExpress.Mvvm.v25.2.dll

NuGet Packages : DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

csharp
[AttributeUsage(AttributeTargets.Property)]
public class BindablePropertyAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Property)>
Public Class BindablePropertyAttribute
    Inherits Attribute

Remarks

See POCO ViewModels to learn more.

Inheritance

Object Attribute BindablePropertyAttribute

See Also

BindablePropertyAttribute Members

DevExpress.Mvvm.DataAnnotations Namespace