ModelMetadata.TemplateHint Property

Definition

Gets or sets a value that indicates what template (data control) should be used in UI for the model.

public:
 virtual property System::String ^ TemplateHint { System::String ^ get(); void set(System::String ^ value); };
public virtual string TemplateHint { get; set; }
member this.TemplateHint : string with get, set
Public Overridable Property TemplateHint As String

Property Value

A value that indicates what template (data control) should be used in UI for the model.

Applies to