| Visual Basic (Declaration) | |
|---|---|
Public Property Action As NotificationAction | |
| C# | |
|---|---|
public NotificationAction Action {get; set;} | |
The Action property determines how the end user is notified of a failed validation, i.e., whether an image, balloon tip, MessageBox, or nothing is displayed.
The following code sample demonstrates how to use the MessageBoxIcon property in conjunction with some of the NotificationSettings properties to customize the way the end user is notified of a failed validation:
| Visual Basic | Copy Code |
|---|---|
Imports Infragistics.Win | |
| C# | Copy Code |
|---|---|
using System; | |
