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

XlCondFmtRuleIconSet.CustomIcons Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public IList<XlCondFmtCustomIcon> CustomIcons { get; }

Property Value

Type Description
IList<XlCondFmtCustomIcon>

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

See Also