Helper function to get the Validation property of a control if it exists
[Visual Basic] Public Shared Function GetValidationProperty( _ ByVal component As Object _ ) As PropertyDescriptor [C#] public static PropertyDescriptor GetValidationProperty( object component ); [C++] public: static PropertyDescriptor* GetValidationProperty( Object* component ); [JScript] public static function GetValidationProperty( component : Object ) : PropertyDescriptor;
BaseValidator Class | BaseValidator Members | System.Web.UI.WebControls Namespace