WpfCalendar.SelectedDates Property

Gets or sets an array of the selected dates in this calendar control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable Property SelectedDates As DateTime()
public virtual DateTime[] SelectedDates { get; set; }
public:
virtual property array<DateTime>^ SelectedDates {
    array<DateTime>^ get ();
    void set (array<DateTime>^ value);
}
abstract SelectedDates : DateTime[] with get, set 
override SelectedDates : DateTime[] with get, set
function get SelectedDates () : DateTime[]
function set SelectedDates (value : DateTime[])

Property Value

Type: array<DateTime[]
An array of the selected dates in this calendar control.

.NET Framework Security

See Also

Reference

WpfCalendar Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace