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

ServicePropertyAttribute.IsServiceProperty Property

Gets whether service generation is allowed.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public bool IsServiceProperty { get; }

Property Value

Type Description
Boolean

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

See Also