Skip to main content

IconSetElementCollection Class

A collection of icon set elements.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class IconSetElementCollection :
    FreezableCollection<IconSetElement>

The following members return IconSetElementCollection objects:

Remarks

The IconSetElement is a particular element of an IconSetElementCollection.

See Also