Skip to main content

ValidationArgs Properties

This class is used for a control setting’s validation, and holds a control, validation result, and an error message, if any.
Name Description
Control Gets or sets the control whose settings are validated.
ErrorMessage Gets or sets text that contains an error message representing the result of control settings validation.
Valid Indicates whether ValidationArgs.Control settings are valid.
See Also