Skip to main content
.NET 6.0+

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.v23.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