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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
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