DynamicValidator.ControlPropertiesValid Method

Definition

Indicates whether the properties of the specified DynamicValidator control are valid.

protected:
 override bool ControlPropertiesValid();
protected override bool ControlPropertiesValid ();
override this.ControlPropertiesValid : unit -> bool
Protected Overrides Function ControlPropertiesValid () As Boolean

Returns

true, if the properties of the specified validation control are valid; otherwise, false.

Remarks

This method is overridden from the base class. The call to the base class fails if the control you try to validate does not have a validation property. For example if the control is a GridView, the base class will fail.

Applies to