InvalidIcon Property
InvalidIcon
Gets or sets the icon to display when validation fails.
Declaration
public Icon InvalidIcon { get; set; }
Public Property InvalidIcon As Icon
Property Value
| Type |
Description |
| Icon |
The invalid icon.
The default is null.
|