Skip to main content

XlCondFmtRuleIconSet.IsCustom Property

Indicates whether the custom icon set is specified.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsCustom { get; }

Property Value

Type Description
Boolean

true to use the custom icon style; otherwise, false. The default value is false.

See Also