ItemMultiTrigger.Conditions Property
In This Article
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 |
---|---|
Item |
A Item |
See Also