Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ItemTrigger Properties
Show Inherited Hide Inherited

Represents a trigger that applies a property value when a condition is satisfied.
Name Description
Binding Gets or sets the binding that specifies the condition’s property.
DependencyProperty Gets or sets the condition’s source property.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
Property Gets or sets the property that returns the value that is compared with the trigger’s Value property.
Setters Gets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met. Inherited from ItemTriggerBase.
Value Gets or sets the condition’s value.
See Also