Skip to main content
.NET 6.0+

IRuleCollectionPropertyProperties.TargetCollectionOwnerType Property

If the Validation Rule is applied to a collection property, specifies the type in which the collection property is declared.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[TypeConverter(typeof(StringToTypeConverter))]
Type TargetCollectionOwnerType { get; set; }

Property Value

Type Description
Type

A Type object specifying the type in which the collection property is declared.

Remarks

For additional information, refer to the Collection Validation topic.

See Also