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

ServicePropertyAttribute(ServiceSearchMode) Constructor

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

Namespace: DevExpress.Mvvm.DataAnnotations

Assembly: DevExpress.Mvvm.v20.2.dll

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

Declaration

public ServicePropertyAttribute(
    ServiceSearchMode searchMode
)

Parameters

Name Type Description
searchMode ServiceSearchMode

A ServiceSearchMode enumeration value.

See Also