Spread Windows Forms 12.0 Product Documentation
ErrorTitle Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IValidation Interface : ErrorTitle Property
Gets or sets the title of the data validation error dialog box.
Syntax
'Declaration
 
Property ErrorTitle As String
'Usage
 
Dim instance As IValidation
Dim value As String
 
instance.ErrorTitle = value
 
value = instance.ErrorTitle
string ErrorTitle {get; set;}

Property Value

A System.String value represents the title of the data validation error dialog box.
See Also

Reference

IValidation Interface
IValidation Members