Skip to main content
A newer version of this page is available. .

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.v18.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