Enum BoolFieldValueTypes
Represents possible boolean values.
[Obsolete("This API is only available for legacy Form Builder components that provide backward compatibility when transitioning from older versions. The API will be removed when support for the Form Builder compatibility mode is dropped.")]
public enum BoolFieldValueTypes
- Extension Methods
Fields
IsFalse = 1Value is false.
IsTrue = 0Value is true.