CalendarButton.HasSelectedDays Property

Definition

Gets a value that indicates whether this button represents a year or month that contains selected dates.

public:
 property bool HasSelectedDays { bool get(); };
public bool HasSelectedDays { get; }
member this.HasSelectedDays : bool
Public ReadOnly Property HasSelectedDays As Boolean

Property Value

true if this button represents a year or month that contains selected dates; otherwise, false.

Applies to