HasSelectedDays Property (CalendarButton)
Gets a value indicating whether the date range of
CalendarInfo contains some days in the selection of
GrapeCity.Windows.InputMan.GcDropDownCalendar. This is a dependency property.
'Declaration
Public ReadOnly Property HasSelectedDays As Boolean
'Usage
Dim instance As CalendarButton
Dim value As Boolean
value = instance.HasSelectedDays
public bool HasSelectedDays {get;}
Property Value
true if the calendar info contains some days in selection; otherwise,
false