Skip to main content

XlCondFmtRuleIconSet.CustomIcons Property

Provides access to the collection of custom icons used in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IList<XlCondFmtCustomIcon> CustomIcons { get; }

Property Value

Type Description
IList<XlCondFmtCustomIcon>

A IList<XlCondFmtCustomIcon> object representing the list of the custom icons.

See Also