Back to Devexpress

IconSetFormat.Elements Property

wpf-devexpress-dot-xpf-dot-core-dot-conditionalformatting-dot-iconsetformat-f71332f4.md

latest1.2 KB
Original Source

IconSetFormat.Elements Property

Gets or sets a custom icon set. This is a dependency property.

Namespace : DevExpress.Xpf.Core.ConditionalFormatting

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IconSetElementCollection Elements { get; set; }
vb
Public Property Elements As IconSetElementCollection

Property Value

TypeDescription
IconSetElementCollection

A custom icon set.

|

See Also

IconSetFormat Class

IconSetFormat Members

DevExpress.Xpf.Core.ConditionalFormatting Namespace