Class DynamicListDisplayOptions
Represents different options that can be used when displaying a DynamicList<TViewModel, TOptions>. Instances of this class are normally created internally by the library when calling the DisplayListFor<TModel, TValue>(IHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String, String, String, Object, ListRenderMode) extension method provided by this library.
Inherited Members
Namespace: DynamicVML.Options
Assembly: DynamicVML.dll
Syntax
public class DynamicListDisplayOptions : DynamicListOptions
Remarks
An instance of this class may be present in the ViewData dictionaries for your view. If you would like to access this object, use the value of ItemDisplayParameters as the ViewData key.