Back to Devexpress

ItemTriggerConditionCollection Class

wpf-devexpress-dot-xpf-dot-bars-8bb5a9b7.md

latest1.3 KB
Original Source

ItemTriggerConditionCollection Class

Represents the collection of item trigger conditions.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ItemTriggerConditionCollection :
    List<ItemTriggerCondition>
vb
Public Class ItemTriggerConditionCollection
    Inherits List(Of ItemTriggerCondition)

The following members return ItemTriggerConditionCollection objects:

Inheritance

Object List<ItemTriggerCondition> ItemTriggerConditionCollection

See Also

ItemTriggerConditionCollection Members

DevExpress.Xpf.Bars Namespace