Wimark.Controls Class Library  

DataGridViewRow.ErrorText Property

Gets or sets the error message text for row-level errors.

[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

DataGridViewRow Class | DataGridViewRow Members | Wimark.Controls Namespace