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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public class ItemTriggerConditionCollection :
    List<ItemTriggerCondition>

The following members return ItemTriggerConditionCollection objects:

Inheritance

Object
List<ItemTriggerCondition>
ItemTriggerConditionCollection
See Also