Version

ContainsSelectedDates Property

Returns a boolean indicating whether the date contains at least one selected date.
Syntax
'Declaration
 
Public ReadOnly Property ContainsSelectedDates As Boolean
public bool ContainsSelectedDates {get;}
Remarks

When the CalendarItem represents an item in the MinCalendarMode, the value of this property is equal to that of the IsSelected. This property is primarily intended to allow the control to display some indication to the end user that there are one or more dates within the item that are currently selected when they are in navigation mode.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also