Back to Devexpress

DataBarConditionalFormatting.LowBound Property

officefileapi-devexpress-dot-spreadsheet-dot-databarconditionalformatting-eb784ec6.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingValue LowBound { get; }
vb
ReadOnly Property LowBound As ConditionalFormattingValue

Property Value

TypeDescription
ConditionalFormattingValue

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

|

See Also

HighBound

DataBarConditionalFormatting Interface

DataBarConditionalFormatting Members

DevExpress.Spreadsheet Namespace