SilverlightTable.SelectionMode Property

Gets the selection mode of the table.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight (in Microsoft.VisualStudio.TestTools.UITest.Extension.Silverlight.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property SelectionMode As DataGridSelectionMode
    Get
public virtual DataGridSelectionMode SelectionMode { get; }
public:
virtual property DataGridSelectionMode SelectionMode {
    DataGridSelectionMode get ();
}
abstract SelectionMode : DataGridSelectionMode
override SelectionMode : DataGridSelectionMode
function get SelectionMode () : DataGridSelectionMode

Property Value

Type: System.Windows.Controls.DataGridSelectionMode
A DataGridSelectionMode value that represents the selection mode of the table.

.NET Framework Security

See Also

Reference

SilverlightTable Class

Microsoft.VisualStudio.TestTools.UITesting.SilverlightControls Namespace