CalendarViewTemplateSettings.HasMoreViews Property

Definition

Gets a value that indicates whether the CalendarView has more views (like year or decade) that can be shown.

public:
 property bool HasMoreViews { bool get(); };
bool HasMoreViews();
public bool HasMoreViews { get; }
var boolean = calendarViewTemplateSettings.hasMoreViews;
Public ReadOnly Property HasMoreViews As Boolean

Property Value

Boolean

bool

true if the CalendarView has more views (like year or decade) that can be shown; otherwise, false.

Applies to