The TypeStyleSelectorBase type exposes the following members.

Constructors

  NameDescription
TypeStyleSelectorBase

Methods

  NameDescription
GetSelectionType
When overridden in a derived class, gets the type to be used in selecting a style for an item.
SelectStyle
Returns a Style for the item.
(Inherited from DelegatingStyleSelector.)
SelectStyleCore
Returns a DataTemplate according to the type of the item.
(Overrides DelegatingStyleSelector..::.SelectStyleCore(Object, DependencyObject).)

Properties

  NameDescription
BasedOn
Gets or sets the StyleSelector on which to fall back if no style is found by this selector.
(Inherited from DelegatingStyleSelector.)
DefaultStyle
Gets or sets the default style.
TypeStyles
Gets the list of type-specific styles.

See Also