Table of Contents
TitleTemplateScope Property

Specifies whether TitleTemplate is applied for the whole title area or the title text only.

Syntax
 public CalendarTitleTemplateScope TitleTemplateScope { get; set; }
Remarks

By default, TitleTemplate applies to the whole title area, including the left arrow, title text and right arrow. Set this property to TextOnly to specify that TitleTemplate should only be applied to the title text.

See Also