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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Parameters
Name | Type | Description |
---|---|---|
source | RuleSet | The RuleSet object from which to copy the rules and rule sources. |
See Also