Skip to main content

ServicePropertyAttribute(Boolean) Constructor

Initializes a new instance of the ServicePropertyAttribute class with specified settings.

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v23.2.dll

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

Declaration

public ServicePropertyAttribute(
    bool isServiceProperty
)

Parameters

Name Type Description
isServiceProperty Boolean

true, to allow service generation; otherwise, false.

See Also