Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CalendarView.NumberOfWeeksInView 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 or sets the number of weeks shown in the calendar view.

public:
 property int NumberOfWeeksInView { int get(); void set(int value); };
int NumberOfWeeksInView();

void NumberOfWeeksInView(int value);
public int NumberOfWeeksInView { get; set; }
var int32 = calendarView.numberOfWeeksInView;
calendarView.numberOfWeeksInView = int32;
Public Property NumberOfWeeksInView As Integer
<CalendarView NumberOfWeeksInView="int"/>

Property Value

Int32

int

The number of weeks shown in the calendar view. The default is 6.

Applies to


Feedback

Was this page helpful?