FormControlDataWithType
The FormControlDataWithType class extends FormControlData by including a type definition, allowing the data to be categorized by its structure (e.g., string, integer, array).
Properties
| Name | Description |
|---|---|
| Type | Gets or sets the data type associated with the control's value. |
Methods
| Name | Description |
|---|---|
| GetDataType(type, isArray) | Converts a primitive type and array flag into a specific FormControlDataType. |