DataTrigger Properties

Public Properties

(see also Protected Properties)

  Name Description
public property Actions 
Gets the actions associated with this trigger.
 (Inherited from TriggerBase)
public property Binding 
A binding object that the trigger will listen to, and that causes the trigger to fire when it changes.
 (Inherited from PropertyChangedTrigger)
public property CanFreeze  (Inherited from Freezable)
public property Comparison
Gets or sets the type of comparison to be performed between the specified values. This is a dependency property.
public property DependencyObjectType  (Inherited from DependencyObject)
public property Dispatcher  (Inherited from DispatcherObject)
public property HasAnimatedProperties  (Inherited from Animatable)
public property IsFrozen  (Inherited from Freezable)
public property IsSealed  (Inherited from DependencyObject)
public property Value
Gets or sets the value to be compared with the property value of the data object. This is a dependency property.

Protected Properties

  Name Description
protected property AssociatedObject 
Gets the object to which the trigger is attached.
 (Inherited from TriggerBase)
protected property AssociatedObjectTypeConstraint 
Gets the type constraint of the associated object.
 (Inherited from TriggerBase)

Explicit Interface Implementations

  Name Description
System.Windows.Interactivity.IAttachedObject.AssociatedObject 
Gets the object to which the trigger is attached.
 (Inherited from TriggerBase)

See Also

Reference

DataTrigger Class
Microsoft.Expression.Interactivity.Core Namespace