The TypeStyleSelector type exposes the following members.

Constructors

  NameDescription
TypeStyleSelector

Methods

  NameDescription
GetSelectionType
Gets the type to be used in selecting a template for an item, being the CLR type of the object itself.
(Overrides TypeStyleSelectorBase..::.GetSelectionType(Object).)
SelectStyle
Returns a Style for the item.
(Inherited from DelegatingStyleSelector.)
SelectStyleCore
Returns a DataTemplate according to the type of the item.
(Inherited from TypeStyleSelectorBase.)

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.
(Inherited from TypeStyleSelectorBase.)
TypeStyles
Gets the list of type-specific styles.
(Inherited from TypeStyleSelectorBase.)

See Also