The DelegatingStyleSelector type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DelegatingStyleSelector |
Methods
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| BasedOn |
Gets or sets the StyleSelector on which to fall back if no style
is found by this selector.
|