Click or drag to resize
NumericFieldComparisonTypes Enumeration
Possible numeric comparison types used in form field validation.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public enum NumericFieldComparisonTypes
Members
  Member nameValueDescription
LessThan0 Less than.
LessThanOrEqual1 Less than or equal.
GreaterThan2 Greated than.
GreaterThanOrEqual3 Greater than or equal.
Equal4 Equal.
NotEqual5 Not equal.
See Also