TodayCircle

Applies to

DatePicker, MonthCalendar controls

Description

Specifies whether a red circle or rectangle displays to highlight today's date on the calendar. The shape of the indicator depends on your operating system and display settings. If the TodaySection property is true, the indicator displays to its left.

Usage

In a painter

To set the TodayCircle property:

  • Select or clear the TodayCircle check box on the Calendar page in the Properties view for a DatePicker control or the General page in the Properties view for a MonthCalendar control.

In scripts

The TodayCircle property takes a boolean value. The default is true. This example turns the TodayCircle off in a DatePicker control:

dp_1.TodayCircle = false