CodeCharge Studio All C#.NET VB.NET

ShowOtherMonthsDays Run-Time Property (.NET)

Applies to

Calendar control

Syntax

C#.NET

public bool ShowOtherMonthsDays{get;set;}

VB.NET

Public Property ShowOtherMonthsDays() As Boolean

Description

Retrives or specifies whether to show days of the surrounding months if the 1st or last week of the month includes days of other months.

Examples

C#.NET

Calendar1.ShowOtherMonthsDays = true;

VB.NET

Calendar1.ShowOtherMonthsDays = True


On-line, printable versions and updates