Skip to main content
All docs
V23.2
.NET 6.0+

Validator.GetService(IServiceProvider) Method

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.dll

Declaration

public static IRuleSet GetService(
    IServiceProvider serviceProvider
)

Parameters

Name Type
serviceProvider IServiceProvider

Returns

Type
DevExpress.Persistent.Validation.IRuleSet
See Also