Back to Devexpress

IconSetElementCollection Class

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-f0aca40c.md

latest2.1 KB
Original Source

IconSetElementCollection Class

A collection of icon set elements.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class IconSetElementCollection :
    FreezableCollection<IconSetElement>
vb
Public Class IconSetElementCollection
    Inherits FreezableCollection(Of IconSetElement)

The following members return IconSetElementCollection objects:

Remarks

The IconSetElement is a particular element of an IconSetElementCollection.

Inheritance

Object DispatcherObject DependencyObject Freezable Animatable FreezableCollection<IconSetElement> IconSetElementCollection

See Also

IconSetElementCollection Members

Formatting Values Using Icon Sets

DevExpress.Xpf.Core.ConditionalFormatting Namespace