Icon Property
Icon
Gets or sets a Icon that is displayed for the validating Cell.
Declaration
public Icon Icon { get; set; }
Public Property Icon As Icon
Property Value
Type |
Description |
Icon |
A Icon that is displayed on the validating Cell.
The default is null.
|