ItemTriggerBase.Setters Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public ItemSetterCollection Setters { get; }
#Property Value
Type | Description |
---|---|
Item |
An Item |
See Also