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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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