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

ItemMultiTrigger.Conditions Property

Gets a ItemTriggerCondition object collection. Changes to property values are applied when all the conditions in the collection are met.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

#Declaration

public ItemTriggerConditionCollection Conditions { get; }

#Property Value

Type Description
ItemTriggerConditionCollection

A ItemTriggerCondition object collection. The default is an empty collection.

See Also