FormLayoutExtension<ModelType> Constructors
Represents an extension object implementing the FormLayout functionality.Name | Parameters | Description |
---|---|---|
FormLayoutExtension(FormLayoutSettings<ModelType>, ViewContext) | settings, viewContext | Initializes a new instance of the FormLayoutExtension<ModelType> class with the specified settings and provides the context information about the view. |
FormLayoutExtension(FormLayoutSettings<ModelType>) | settings | Initializes a new instance of the FormLayoutExtension<ModelType> class with the specified settings. |
See Also