Wimark.Controls Class Library  

DataGridViewCell.ErrorText Property

Gets or sets the text describing an error condition associated with the cell.

[Visual Basic]
Public Property ErrorText As String 
[C#]
public string ErrorText {get; set;}
[C++]
public: __property String* get_ErrorText();
public: __property void set_ErrorText(String*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewCell Class | DataGridViewCell Members | Wimark.Controls Namespace