Table of Contents
CalendarTitleTemplateScope Enumeration

Specifies the scope of the title template for a Calendar control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum CalendarTitleTemplateScope
Members
Member Name Description
Title The title template applies to the whole title area, including the left arrow, right arrow and text region.
TextOnly The title template applies only to the text region.
See Also