CalendarViewTemplateSettings.HasMoreViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.