Class ItemDisplayParameters
Represents the actual parameters being used to render an item of the list for display. An instance of this class will be stored in the ViewData object of your view under the key ItemDisplayParameters.
Inherited Members
Namespace: DynamicVML.Internals
Assembly: DynamicVML.dll
Syntax
public class ItemDisplayParameters : ItemParameters
Constructors
| Improve this Doc View SourceItemDisplayParameters(String, String, ListDisplayParameters)
Creates a new instance of ItemDisplayParameters.
Declaration
public ItemDisplayParameters(string containerId, string itemId, ListDisplayParameters parameters)
Parameters
Type | Name | Description |
---|---|---|
String | containerId | |
String | itemId | |
ListDisplayParameters | parameters |
Properties
| Improve this Doc View SourceDisplay
Gets the parameters used to render this list for display.
Declaration
public ListDisplayParameters Display { get; }
Property Value
Type | Description |
---|---|
ListDisplayParameters |