SelectorBehaviors Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.MVVM.SelectorBehaviors

Namespace:  Microsoft.TeamFoundation.MVVM
Assembly:  Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)

Syntax

'Declaration
Public NotInheritable Class SelectorBehaviors
public static class SelectorBehaviors
public ref class SelectorBehaviors abstract sealed
[<AbstractClass>]
[<Sealed>]
type SelectorBehaviors =  class end
public final class SelectorBehaviors

The SelectorBehaviors type exposes the following members.

Attached Properties

  Name Description
Public attached property SelectNextOnRemove

Top

Methods

  Name Description
Public methodStatic member GetSelectNextOnRemove
Public methodStatic member SetSelectNextOnRemove

Top

Fields

  Name Description
Public fieldStatic member SelectNextOnRemoveProperty When this property is set, if the selected item(s) are removed, selection is automatically moved to the next item.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.MVVM Namespace