Skip to main content
All docs
V26.1
  • Bar

    ItemTriggerConditionCollection Class

    Represents the collection of item trigger conditions.

    Namespace: DevExpress.Xpf.Bars

    Assembly: DevExpress.Xpf.Core.v26.1.dll

    Declaration

    public class ItemTriggerConditionCollection :
        List<ItemTriggerCondition>

    The following members return ItemTriggerConditionCollection objects:

    Inheritance

    Object
    List<ItemTriggerCondition>
    ItemTriggerConditionCollection
    See Also