ClientFormEntities
The ClientFormEntities class represents a collection of form entities used in the client-side form designer runtime.
Properties
| Name | Description |
|---|---|
| GhostItems | A dictionary containing ghost form entities used for not needs to be rendered. |
| Items | A dictionary containing form entities, where each entry consists of a unique string key and a corresponding JObject value. |
Constructors
| Name | Description |
|---|---|
| ClientFormEntities() | Initializes a new instance of the ClientFormEntities class. |