RuleRangeAttribute.IsCollectionAggregateSet Property
Indicates whether a value is assigned to the RuleRangeAttribute.TargetCollectionAggregate property.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if a value is assigned to the RuleRangeAttribute.TargetCollectionAggregate property; otherwise, false. |
Remarks
Generally, you do not need to use this property.
See Also