Skip to main content
All docs
V25.1
  • Bar

    ItemTriggerConditionCollection Class

    Represents the collection of item trigger conditions.

    Namespace: DevExpress.Xpf.Bars

    Assembly: DevExpress.Xpf.Core.v25.1.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