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

    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