Skip to main content
.NET 6.0+

RuleBaseProperties.TargetCollectionOwnerType Property

Specifies the type in which the collection property is declared, if the Validation Rule is applied to a collection property.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[RulePropertiesIndex(10)]
public Type TargetCollectionOwnerType { get; set; }

Property Value

Type Description
Type

A Type object specifying the type in which the collection property is declared, if the Validation Rule is applied to a collection property.

See Also