Skip to main content

ServicePropertyAttribute.IsServiceProperty Property

Gets whether service generation is allowed.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public bool IsServiceProperty { get; }

Property Value

Type Description
Boolean

true, if service generation is allowed; otherwise, false.

See Also