Skip to main content
Bar

ItemSetterCollection Class

Represents the collection of item setters.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class ItemSetterCollection :
    List<ItemSetter>

The following members return ItemSetterCollection objects:

Inheritance

Object
List<ItemSetter>
ItemSetterCollection
See Also