Click or drag to resize
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.View
Assembly: 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; }

Property Value

Type: String
See Also