Skip to main content
A newer version of this page is available. .
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.v18.2.Core.dll

Declaration

bool ShowValue { get; set; }

Property Value

Type Description
Boolean

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

See Also