Skip to main content
All docs
V25.1
  • 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.v25.1.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