Class ViewTemplateUserControl<TModel>
Provides a container for TemplateInfo objects.
public class ViewTemplateUserControl<TModel> : ViewUserControl<TModel>, IViewDataContainer
Type Parameters
TModel
The type of the model.
- Inheritance
-
ViewUserControl<TModel>ViewTemplateUserControl<TModel>
- Implements
- Derived
- Inherited Members
Constructors
ViewTemplateUserControl()
Initializes a new instance of the ViewTemplateUserControl<TModel> class.
public ViewTemplateUserControl()
Properties
FormattedModelValue
Gets the formatted value.
protected string FormattedModelValue { get; }
Property Value
- string
The formatted value.