Enum ListRenderMode
Represents different rendering modes for the final (user-provided) item template.
Namespace: DynamicVML
Assembly: DynamicVML.dll
Syntax
public enum ListRenderMode
Fields
Name | Description |
---|---|
ViewModelOnly | The final user-provided item template expects an instance of their
view model as the MVC |
ViewModelWithOptions | The final user-provided item template expects an instance of their
custom options for their view model as the MVC |