SpreadsheetGear 2017
ErrorTitle Property (IValidation)






SpreadsheetGear Namespace > IValidation Interface : ErrorTitle Property
Gets or sets the error title to display when validation fails.
Syntax
'Declaration
 
Property ErrorTitle As System.String
'Usage
 
Dim instance As IValidation
Dim value As System.String
 
instance.ErrorTitle = value
 
value = instance.ErrorTitle
System.string ErrorTitle {get; set;}
read-write property ErrorTitle: System.String; 
function get,set ErrorTitle : System.String
__property System.string* get_ErrorTitle();
__property void set_ErrorTitle( 
   System.string* value
);
property System.String^ ErrorTitle {
   System.String^ get();
   void set (    System.String^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IValidation Interface
IValidation Members
ShowError Property
ErrorMessage Property
AlertStyle Property