Namespace DynamicVML.Options
Classes
DynamicListAttribute
Represents an attribute which you can include in your view model's properties to indicate the property should be rendered as a Dynamic List. This class inherits from UIHintAttribute.
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.
DynamicListEditorOptions
Represents different options that can be used when displaying a DynamicList<TViewModel, TOptions> for edigint. Instances of this class are normally created internally by the library when calling the ListEditorFor<TModel, TValue>(IHtmlHelper<TModel>, Expression<Func<TModel, TValue>>, String, String, String, String, String, String, Object, ListRenderMode, NewItemMethod) extension method provided by this library.
DynamicListOptions
Base class for DynamicListDisplayOptions and DynamicListEditorOptions.