CalendarViewTemplateSettings.HasMoreContentAfter Property

Definition

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.

Applies to