MultiDataTrigger Properties
.NET Framework 4.5
The MultiDataTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
|
Conditions | Gets a collection of Condition objects. Changes to property values are applied when all the conditions in the collection are met. |
|
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) |
|
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) |
|
EnterActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes active. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
ExitActions | Gets a collection of TriggerAction objects to apply when the trigger object becomes inactive. This property does not apply to the EventTrigger class. (Inherited from TriggerBase.) |
|
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) |
|
Setters | Gets a collection of Setter objects that describe the property values to apply when all the conditions of the MultiDataTrigger are met. |