Back to Devexpress

ItemTrigger Properties

wpf-devexpress-dot-xpf-dot-bars-dot-itemtrigger-dot-underscore-properties.md

latest1.7 KB
Original Source

ItemTrigger Properties

Represents a trigger that applies a property value when a condition is satisfied.

NameDescription
BindingGets or sets the binding that specifies the condition’s property.
DependencyPropertyGets or sets the condition’s source property.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
PropertyGets or sets the property that returns the value that is compared with the trigger’s Value property.
SettersGets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met. Inherited from ItemTriggerBase.
ValueGets or sets the condition’s value.

See Also

ItemTrigger Class

ItemTrigger Members

DevExpress.Xpf.Bars Namespace