Windows.UI.Xaml.Controls.Primitives.SelectorItem
June 22, 2022 ยท View on GitHub
-description
Provides a base class for item types in a selection control.
-remarks
SelectorItem is a companion base class to the Selector base class. Basically SelectorItem is the shared base class for all the specialized items that are the item type of various Selector controls. For example, ListBox is a Selector subclass, and its ListBoxItem item type is a SelectorItem subclass.
SelectorItem derived classes
SelectorItem is the parent class for these item type classes: