WpfTable.CanSelectMultiple Property

Gets a value that indicates whether this table can have multiple selections.

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

Syntax

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

Property Value

Type: System.Boolean
true if this table can have multiple selections; otherwise, false.

.NET Framework Security

See Also

Reference

WpfTable Class

Microsoft.VisualStudio.TestTools.UITesting.WpfControls Namespace