Click or drag to resize

SelectorExtensions Class

Extensions for the Selector
Inheritance Hierarchy
SystemObject
  TomsToolbox.WpfSelectorExtensions

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static class SelectorExtensions

The SelectorExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetTrackSelection
Gets the value of the TrackSelection attached property.
Public methodStatic memberSetTrackSelection
Sets the value of the TrackSelection attached property.
Top
Fields
  NameDescription
Public fieldStatic memberTrackSelectionProperty
Identifies the TrackSelection attached property
Top
Attached Properties
  NameDescription
Public attached propertyTrackSelection
A value indicating whether selection should be tracked or not.
Top
See Also