Interface IManagedFormReloadResult
Represents the result of a backend form reload.
public interface IManagedFormReloadResult
- Extension Methods
Remarks
This API supports the framework infrastructure and is not intended to be used directly from your code.
Properties
Items
Gets or sets the collection of form items.
ICollection<IFormItemClientProperties> Items { get; }
Property Value
- ICollection<IFormItemClientProperties>