Skip to main content
Bar

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public ItemSetterCollection Setters { get; }

Property Value

Type Description
ItemSetterCollection

An ItemSetterCollection collection. The default is an empty collection.

See Also