RuleObjectExistsAttribute.IncludeCurrentObject Property
In This Article
Specifies whether to check the current business object by this rule.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.2.dll
NuGet Package: DevExpress.Persistent.Base
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current object is included into the search scope; otherwise, false. |
#Remarks
By default, this property is set to false.
Note
When defining the Rule
See Also