System.Web.UI.WebControls.BaseValidator.PropertiesValid Property

Gets a value that indicates whether the control specified by the BaseValidator.ControlToValidate property is a valid control.

Syntax

protected bool PropertiesValid { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Use the BaseValidator.PropertiesValid property to determine whether the BaseValidator.ControlToValidate property contains a valid input control. To be a valid input control, the BaseValidator.ControlToValidate property must be set to a control on the page.

Note:

This property is used primarily by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0