New to Telerik UI for WinFormsStart a free 30-day trial

Properties

Updated on Sep 24, 2025
PropertyDescription
ValidationModeControls when the validation will be performed. The available options are None, OnValidating, OnTextChange, Programmatically. Default values is OnValidating.
ValidationRulesGets a collection representing the Conditions in this ValidationProvider.
AssociatedControlsGet the collection of the controls that are being validated.

Methods

MethodDescription
RemoveControlFromRulesRemove a specific RadEditorControl from the validation rules.
RemoveValidationRuleRemove a specific RadEditorControl from a specific validation rule.
ValidateValidates the specified RadEditorControl evaluating the rules to which it is associated.
SetIconAlignmentSet the alignment of the error icon. It can be TopLeft, TopRight, MiddleLeft, MiddleRight, BottomLeft, BottomRight
GetIconAlignmentGet the alignment of an error icon for the specified RadEditorControl.
SetIconPaddingSet the amount of extra space to leave between the specified control and the error icon.
GetIconPaddingReturn the amount of extra space to leave next to the error icon.
RemoveRulesRemove the validation rules associated with the specified RadEditorControl.
ClearErrorStatus()Clear the visual indication for the validation error.(* Available as of R1 2021)
ClearErrorStatus(RadControl associatedControl)Clear the visual indication for the validation error for the particular control.(* Available as of R1 2021)

Events

EventDescription
ControlValidationOccur before a RadEditorControl is being validated. The RadValidationEventArgs gives very useful information about the tool tip error indication, validation rule, etc.
ValidationModeChangedOccur when the ValidionMode property changed.

See Also

In this article
PropertiesMethodsEventsSee Also
Not finding the help you need?
Contact Support