Click or drag to resize
BasicCalendarNoEventsTemplate Property
Template for displaying a day without any event.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public ITemplate NoEventsTemplate { get; set; }

Property Value

Type: ITemplate
See Also