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.v18.2.dll

Declaration

public bool IsServiceProperty { get; }

Property Value

Type Description
Boolean

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

See Also