Skip to main content
A newer version of this page is available. .

RuleSet(RuleSet) Constructor

Initializes a new instance of the RuleSet class with the same rules and rule sources as its parameter.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public RuleSet(
    RuleSet source
)

Parameters

Name Type Description
source RuleSet

The RuleSet object from which to copy the rules and rule sources.

See Also