Interface
IValidationRule

Defines a contract for validation rules that evaluate whether a style property value meets specified constraints.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Styles.Core

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

cs-api-definition
public interface IValidationRule

Methods

IsValid(object)

Evaluates whether the specified value satisfies this validation rule's constraints.

Declaration

cs-api-definition
bool IsValid(object value)

Parameters

value

object

The value.

Returns

bool

In this article
DefinitionMethodsIsValid(object)
Not finding the help you need?
Contact Support