MindFusion.UI for WebForms Programmer's Guide

ValidationState Enumeration

See Also
 



Specifies the validation state of a control.

Namespace: MindFusion.UI.Web
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
ValidationState = {}

 Members

  Member name Description

Invalid

Value: 0. Indicates that the control is in invalid state.

Valid

Value: 1. Indicates that the control is in valid state.

 See Also