Class ListParameters
Represents a collection of read-only parameter values that are being used to currently render the list. Those cannot be changed after rendering has started.
Inherited Members
Namespace: DynamicVML.Internals
Assembly: DynamicVML.dll
Syntax
public class ListParameters : Parameters
Constructors
| Improve this Doc View SourceListParameters(String, String, String, String, String, ListRenderMode)
Creates a new instance of ListParameters.
Declaration
public ListParameters(string containerId, string itemTemplate, string itemContainerTemplate, string listTemplate, string prefix, ListRenderMode mode)
Parameters
Type | Name | Description |
---|---|---|
String | containerId | |
String | itemTemplate | |
String | itemContainerTemplate | |
String | listTemplate | |
String | prefix | |
ListRenderMode | mode |
Properties
| Improve this Doc View SourceItemContainerTemplate
Gets the actual ItemContainerTemplate being used.
Declaration
public string ItemContainerTemplate { get; }
Property Value
Type | Description |
---|---|
String |
ItemTemplate
Gets the actual ItemTemplate being used.
Declaration
public string ItemTemplate { get; }
Property Value
Type | Description |
---|---|
String |
ListTemplate
Gets the actual ListTemplate being used.
Declaration
public string ListTemplate { get; }
Property Value
Type | Description |
---|---|
String |
Mode
Gets the actual ListRenderMode being used.
Declaration
public ListRenderMode Mode { get; }
Property Value
Type | Description |
---|---|
ListRenderMode |
Prefix
Gets the actual HTML prefix being used for the forms.
Declaration
public string Prefix { get; }
Property Value
Type | Description |
---|---|
String |