Skip to main content
.NET 6.0+

RuleBaseProperties.Clone() Method

Creates a shallow copy of the current Validation Rule Properties.

Namespace: DevExpress.Persistent.Validation

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