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

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

Property Value

Type: ITemplate
See Also