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

IconSetConditionalFormatting.ShowValue Property

Gets or sets whether to show values of cells to which the icon set conditional formatting rule is applied.

Namespace: DevExpress.Spreadsheet

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

Declaration

bool ShowValue { get; set; }

Property Value

Type Description
Boolean

true, if cell values are displayed; otherwise, false.

See Also