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

IconSetElementCollection Class

A collection of icon set elements.

Namespace: DevExpress.Xpf.Core.ConditionalFormatting

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