Back to Devexpress

ItemSetterCollection Class

wpf-devexpress-dot-xpf-dot-bars-70ba0b3b.md

latest1.1 KB
Original Source

ItemSetterCollection Class

Represents the collection of item setters.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class ItemSetterCollection :
    List<ItemSetter>
vb
Public Class ItemSetterCollection
    Inherits List(Of ItemSetter)

The following members return ItemSetterCollection objects:

Inheritance

Object List<ItemSetter> ItemSetterCollection

See Also

ItemSetterCollection Members

DevExpress.Xpf.Bars Namespace