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

IconSetConditionalFormatting.IsCustom Property

Indicates whether a custom icon set is specified.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool IsCustom { get; set; }

Property Value

Type Description
Boolean

true, if the custom icon style is used; otherwise, false.

Remarks

To specify a custom set of icons, set the IsCustom property to true. It is false by default.

See Also