Interface IValidationRule
Establishes common functionality for validation rules.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IValidationRule
Methods
IsValid(Object)
Determines whether the specified value is valid.
Declaration
bool IsValid(object value)
Parameters
System.Object
value
The value. |
Returns
System.Boolean
|