Share via


WpfCalendar.MultiSelectable Property

Gets a value that indicates whether this calendar control can have multiple dates selected.

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

Syntax

'Declaration
Public Overridable ReadOnly Property MultiSelectable As Boolean
public virtual bool MultiSelectable { get; }
public:
virtual property bool MultiSelectable {
    bool get ();
}
abstract MultiSelectable : bool
override MultiSelectable : bool
function get MultiSelectable () : boolean

Property Value

Type: System.Boolean
true if this calendar control can have multiple dates selected; otherwise, false.

.NET Framework Security

See Also

Reference

WpfCalendar Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace