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

RuleSearchObjectProperties.IncludeCurrentObject Property

Specifies whether to check the current business object by the Validation Rule.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(0)]
public bool IncludeCurrentObject { get; set; }

Property Value

Type Description
Boolean

true, to check the current business object by the Validation Rule; otherwise, false.

See Also