Skip to main content
A newer version of this page is available. .
Bar

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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