FormItemsFactory(OptionsOwnerContext) Constructor
For internal use only. Initializes a new FormItemsFactory<T> class instance.
Namespace: DevExtreme.AspNet.Mvc.Factories
Assembly: DevExtreme.AspNet.Core.dll
Declaration
public FormItemsFactory(
OptionsOwnerContext context
)
Parameters
Name | Type | Description |
---|---|---|
context | OptionsOwnerContext | For internal use only. |
Remarks
Do not use this constructor explicitly. A new FormItemsFactory<T>
class instance is created when you call the Items(Action<FormItemsFactory<T>>) method:
See Also