Skip to main content

XlCondFmtRuleDataBar.ShowValues Property

Gets or sets whether to display cell values to which the data bar conditional formatting rule is applied.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool ShowValues { get; set; }

Property Value

Type Description
Boolean

true, to show values; otherwise, false.

See Also