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

ServicePropertyAttribute Class

Provides settings for generating service properties by the POCO mechanism.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public class ServicePropertyAttribute :
    Attribute

Remarks

See POCO ViewModels to learn more.

Inheritance

Object
Attribute
ServicePropertyAttribute
See Also