Skip to main content
All docs
V25.2
  • RuleSet(ICaptionHelperProvider) Constructor

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

    Namespace: DevExpress.Persistent.Validation

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

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    public RuleSet(
        ICaptionHelperProvider captionHelperProvider = null
    )

    Optional Parameters

    Name Type Default
    captionHelperProvider ICaptionHelperProvider null
    See Also