The DelegatingStyleSelector type exposes the following members.

Constructors

  NameDescription
DelegatingStyleSelector

Methods

  NameDescription
SelectStyle
Returns a Style for the item.
(Overrides StyleSelector..::.SelectStyle(Object, DependencyObject).)
SelectStyleCore
When overridden in a derived class, gets a Style for the item. If this method returns null, the item is handed off to the BasedOn DataTemplateSelector.

Properties

  NameDescription
BasedOn
Gets or sets the StyleSelector on which to fall back if no style is found by this selector.

See Also