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

RuleSet(ICaptionHelperProvider) Constructor

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

Namespace: DevExpress.Persistent.Validation

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

Declaration

public RuleSet(
    ICaptionHelperProvider captionHelperProvider = null
)

Optional Parameters

Name Type Default
captionHelperProvider ICaptionHelperProvider null
See Also