Skip to main content
.NET 6.0+

RuleValueComparisonAttribute.IsCollectionAggregateSet Property

Indicates whether a value is assigned to the RuleValueComparisonAttribute.TargetCollectionAggregate property.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public bool IsCollectionAggregateSet { get; }

Property Value

Type Description
Boolean

true, if a value is assigned to the RuleValueComparisonAttribute.TargetCollectionAggregate property; otherwise, false.

Remarks

Generally, you do not need to use this property.

See Also