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

ItemTriggerConditionCollection Class

Represents the collection of item trigger conditions.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class ItemTriggerConditionCollection :
    List<ItemTriggerCondition>

The following members return ItemTriggerConditionCollection objects:

Inheritance

Object
List<ItemTriggerCondition>
ItemTriggerConditionCollection
See Also