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

DataBarConditionalFormatting.HighBound Property

Returns the ConditionalFormattingValue object that specifies how the longest bar is evaluated for the data bar conditional format.

Namespace: DevExpress.Spreadsheet

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

Declaration

ConditionalFormattingValue HighBound { get; }

Property Value

Type Description
ConditionalFormattingValue

The ConditionalFormattingValue object that represents the threshold and its ConditionalFormattingValueType type.

See Also