DynamicValidator.ControlPropertiesValid Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.