Back to Devexpress

ServicePropertyAttribute Class

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

latest1.4 KB
Original Source

ServicePropertyAttribute Class

Provides settings for generating service 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, AllowMultiple = false)]
public class ServicePropertyAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Property, AllowMultiple:=False)>
Public Class ServicePropertyAttribute
    Inherits Attribute

Remarks

See POCO ViewModels to learn more.

Inheritance

Object Attribute ServicePropertyAttribute

See Also

ServicePropertyAttribute Members

DevExpress.Mvvm.DataAnnotations Namespace