Back to Devexpress

ItemTriggerBase.Setters Property

wpf-devexpress-dot-xpf-dot-bars-dot-itemtriggerbase.md

latest1.2 KB
Original Source

ItemTriggerBase.Setters Property

Gets a ItemSetter object collection, which describes the property values to apply when the specified condition has been met.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ItemSetterCollection Setters { get; }
vb
Public ReadOnly Property Setters As ItemSetterCollection

Property Value

TypeDescription
ItemSetterCollection

An ItemSetterCollection collection. The default is an empty collection.

|

See Also

ItemTriggerBase Class

ItemTriggerBase Members

DevExpress.Xpf.Bars Namespace