Interface IFormComponent<TModel>
Chameleon Forms component - holds a reference to a form.
Namespace: ChameleonForms.Component
Assembly: ChameleonForms.dll
Syntax
public interface IFormComponent<TModel>
Type Parameters
Name | Description |
---|---|
TModel | The view model type for the current view |
Properties
| Improve this Doc View SourceForm
The form that the component is attached to.
Declaration
IForm<TModel> Form { get; }
Property Value
Type | Description |
---|---|
IForm<TModel> |