Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RuleBaseProperties.Clone() Method

Creates a shallow copy of the current Validation Rule Properties.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public RuleBaseProperties Clone()

Returns

Type Description
RuleBaseProperties

A RuleBaseProperties object which represents a shallow copy of the current Validation Rule Properties.

See Also