IValidationGroup.ValidationFilters

Syntax

ValidationFilters: IValidationFilters;

Description

The ValidationFilters property returns the collection of filters included in the group of validation rules.

Comments

To set up parameters of a group of validation rules, use the IValidationGroup.Params property.

Example

The method use is given in the example for IValidationGroup.Params.

See also:

IValidationGroup