Click or drag to resize
ValidationRuleEditingComponentOrder Class
Contains constants describing order of editable properties within ValidationRule.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcValidationRuleEditingComponentOrder

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class ValidationRuleEditingComponentOrder

The ValidationRuleEditingComponentOrder type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberERROR_MESSAGE
Order of error message editing component. Returns 100.
Public fieldStatic memberINSTANCE_IDENTIFIER
Order of instance identifier editing component. Returns 1000.
Top
See Also