CalendarViewTemplateSettings.HasMoreContentAfter 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 content after the displayed content.
public:
property bool HasMoreContentAfter { bool get(); };
bool HasMoreContentAfter();
public bool HasMoreContentAfter { get; }
var boolean = calendarViewTemplateSettings.hasMoreContentAfter;
Public ReadOnly Property HasMoreContentAfter As Boolean
Property Value
Boolean
bool
true if the CalendarView has more content after the displayed content; otherwise, false.