Prop Webcontrol Calendar Selectweektext
# ASP.NET Calendar SelectWeekText Property
* * Calendar Control](#)
* * *
## Definition and Usage
The SelectWeekText property is used to specify the text displayed in the calendar to select an entire week.
**Note:** This property is only effective when the SelectionMode property is set to DayWeek or DayWeekMonth.
## Syntax
_
| Property | Description |
| --- | --- |
| string | Specifies the text displayed in the calendar to select an entire week. The default value is ">>". |
* * *
## Example
The following example displays a calendar with SelectWeekText set to "->":
" SelectionMode="DayWeek" />
[Demo Example Β»](#)
* * Calendar Control](#)
YouTip