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

RuleBaseProperties.Clone() Method

Creates a shallow copy of the current Validation Rule Properties.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v18.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