Class ItemParameters
Base class for ItemDisplayParameters and ItemEditorParameters.
Inherited Members
Namespace: DynamicVML.Internals
Assembly: DynamicVML.dll
Syntax
public abstract class ItemParameters : ParametersConstructors
| Improve this Doc View SourceItemParameters(String, String)
Creates a new instance of the Parameters class.
Declaration
public ItemParameters(string containerId, string itemId)Parameters
| Type | Name | Description | 
|---|---|---|
| String | containerId | The HTML div element ID for the current list. | 
| String | itemId | The HTML div element ID for the current list item. | 
Properties
| Improve this Doc View SourceIndex
Gets the HTML div ID associted with this list item.
Declaration
public string Index { get; }Property Value
| Type | Description | 
|---|---|
| String |