Interface IValidationRule
Defines a contract for validation rules that evaluate whether a style property value meets specified constraints.
Namespace: Telerik.Windows.Documents.Flow.Model.Styles.Core
Assembly: Telerik.Windows.Documents.Flow.dll
Syntax
public interface IValidationRule
Methods
IsValid(Object)
Evaluates whether the specified value satisfies this validation rule's constraints.
Declaration
bool IsValid(object value)
Parameters
|
System.Object
value
The value. |
Returns
|
System.Boolean
|