DataTrigger Properties
.NET Framework 3.5
The DataTrigger type exposes the following members.
| Name | Description | |
|---|---|---|
|
Binding | Gets or sets the binding that produces the property value of the data object. |
|
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 declares whether this instance is currently read-only. (Inherited from DependencyObject.) |
|
Setters | Gets a collection of Setter objects, which describe the property values to apply when the data item meets the specified condition. |
|
Value | Gets or sets the value to be compared with the property value of the data object. |