Search
IValidation.ErrorTitle Property
See Also
 






Gets or sets the title of the error message.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

string ErrorTitle { get; set; }

Visual Basic  Copy Code

Property ErrorTitle As String

 Property Value

A string value.

 See Also