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