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