FormFieldData Class |
Namespace: GeonBit.UI.Utils.Forms
public class FormFieldData
The FormFieldData type exposes the following members.
Name | Description | |
---|---|---|
![]() | FormFieldData |
Create form field data.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Choices |
Choices of this field, used for fields like dropdown, radio buttons, etc.
|
![]() | DefaultValue |
Default value to start with.
|
![]() | FieldId |
Field unique identifier.
|
![]() | FieldLabel |
Label to show above field.
|
![]() | Max |
Max value (when input is integer field like slider).
|
![]() | Min |
Min value (when input is integer field like slider).
|
![]() | OnFieldCreated |
Custom initialize function that will be called when the field's entity is created.
|
![]() | ToolTipText |
Tooltip text to assign to the field entity.
|
![]() | Type |
Field type.
|