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.v19.2.dll

Declaration

public class IconSetElementCollection :
    FreezableCollection<IconSetElement>

The following members return IconSetElementCollection objects:

Remarks

The IconSetElement is a particular element of an IconSetElementCollection.

See Also