Class ItemEditorParameters
Represents the actual parameters being used to render an item of the list for edit. An instance of this class will be stored in the ViewData object of your view under the key ItemEditorParameters.
Inherited Members
Namespace: DynamicVML.Internals
Assembly: DynamicVML.dll
Syntax
public class ItemEditorParameters : ItemParameters
Constructors
| Improve this Doc View SourceItemEditorParameters(String, String, AddNewDynamicItem, ListEditorParameters)
Creates a new instance of ItemEditorParameters.
Declaration
public ItemEditorParameters(string containerId, string itemId, AddNewDynamicItem newItemParameters, ListEditorParameters editorParameters)
Parameters
Type | Name | Description |
---|---|---|
String | containerId | |
String | itemId | |
AddNewDynamicItem | newItemParameters | |
ListEditorParameters | editorParameters |
Properties
| Improve this Doc View SourceAddNewItem
Gets the parameters that should be sent to the server with instructions on how to create new items to be dynamically added to the list.
Declaration
public AddNewDynamicItem AddNewItem { get; }
Property Value
Type | Description |
---|---|
AddNewDynamicItem |
Editor
Gets the parameters used to render this list for edit.
Declaration
public ListEditorParameters Editor { get; }
Property Value
Type | Description |
---|---|
ListEditorParameters |