InterfaceIRadValidationRule
Interface
Represent a base for RadValidation
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IRadValidationRule
Properties
AutoToolTip
Enable ot disable the ToolTip showing when validation fails.
CaseSensitive
Turn On or Off the CaseSensitive evaluation.
Controls
Represents the List of Controls that belongs to this Rule.
Expression
Get the Rule Expression e.g. 'Value > 5'
PropertyName
Sets or sets the PropertyName which will be evaluated. For example 'Value' Property.
ToolTipText
Gets or sets the ToolTip Text.
ToolTipTitle
Gets or sets ToolTip Title.
Methods
AddControl(RadEditorControl)
Add a RadEditorControl descendant to the Rule's Controls collection.
Declaration
cs-api-definition
void AddControl(RadEditorControl control)
Parameters
control
RadEditorControl descendant instance
RemoveControl(RadEditorControl)
Remove a RadEditorControl descendant from the Rule's Controls collection.
Declaration
cs-api-definition
void RemoveControl(RadEditorControl control)
Parameters
control
RadEditorControl descendant instance