Skip to main content
All docs
V25.1
  • .NET 8.0+

    Localizing Your DevExpress-powered .NET App – Your Feedback Matters

    We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

    Take the survey Not interested

    RuleSet(ICaptionHelperProvider) Constructor

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

    Namespace: DevExpress.Persistent.Validation

    Assembly: DevExpress.Persistent.Base.v25.1.dll

    #Declaration

    public RuleSet(
        ICaptionHelperProvider captionHelperProvider = null
    )

    #Optional Parameters

    Name Type Default
    captionHelperProvider ICaptionHelperProvider null
    See Also