Click or drag to resize
FormFieldData Class
Form field data.
Inheritance Hierarchy
SystemObject
  GeonBit.UI.Utils.FormsFormFieldData

Namespace:  GeonBit.UI.Utils.Forms
Assembly:  GeonBit.UI (in GeonBit.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class FormFieldData

The FormFieldData type exposes the following members.

Constructors
  NameDescription
Public methodFormFieldData
Create form field data.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldChoices
Choices of this field, used for fields like dropdown, radio buttons, etc.
Public fieldDefaultValue
Default value to start with.
Public fieldFieldId
Field unique identifier.
Public fieldFieldLabel
Label to show above field.
Public fieldMax
Max value (when input is integer field like slider).
Public fieldMin
Min value (when input is integer field like slider).
Public fieldOnFieldCreated
Custom initialize function that will be called when the field's entity is created.
Public fieldToolTipText
Tooltip text to assign to the field entity.
Public fieldType
Field type.
Top
See Also