Skip to main content
A newer version of this page is available. .
Bar

ItemSetterCollection Class

Represents the collection of item setters.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v21.1.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