Rock.Web.UI.Controls.HiddenFieldValidator.ControlPropertiesValid C# (CSharp) Method

ControlPropertiesValid() protected method

Determines whether the control specified by the P:System.Web.UI.WebControls.BaseValidator.ControlToValidate property is a valid control.
protected ControlPropertiesValid ( ) : bool
return bool
        protected override bool ControlPropertiesValid()
        {
            return true;
        }
HiddenFieldValidator