RichUITemplateControlTemplateID Property |
Persists the ID of the template used by this instance of RichUITemplateControl if
any. The TemplateID could be used to index the Templates collection and instantiate
the required template.
Namespace: Kettic.AspNet.Controls.Calendar.ViewAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(TemplateListTypeConverter))]
public string TemplateID { get; set; }
<TypeConverterAttribute(GetType(TemplateListTypeConverter))>
Public Property TemplateID As String
Get
Set
public:
[TypeConverterAttribute(typeof(TemplateListTypeConverter))]
property String^ TemplateID {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute(typeof(TemplateListTypeConverter))>]
member TemplateID : string with get, set
Property Value
Type:
String
See Also