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

DataBarConditionalFormatting.ShowValue Property

Indicates whether to show the values of cells to which the data bar 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