Skip to main content
Row

DataBarConditionalFormatting.LowBound Property

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

ConditionalFormattingValue LowBound { get; }

Property Value

Type Description
ConditionalFormattingValue

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

See Also