Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ConditionalFormattingCustomIcon.IconIndex Property

Gets or sets the index of the particular icon in the icon set.

Namespace: DevExpress.Spreadsheet

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

Declaration

public int IconIndex { get; set; }

Property Value

Type Description
Int32

A zero-based integer specifying the desired icon’s position within the icon set. If it’s negative or exceeds the last available index, an exception is raised.

See Also