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) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
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 propertyTrackSelection A value indicating whether selection should be tracked or not.
Top
See Also