RuleBaseProperties.Clone() Method
Creates a shallow copy of the current Validation Rule Properties.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Returns
Type | Description |
---|---|
RuleBaseProperties | A RuleBaseProperties object which represents a shallow copy of the current Validation Rule Properties. |
See Also