Click or drag to resize
BoolFieldValueTypes Enumeration
Represents possible boolean values.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public enum BoolFieldValueTypes
Members
  Member nameValueDescription
IsTrue0 Value is true.
IsFalse1 Value is false.
See Also