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

DataBarConditionalFormatting.Direction Property

Gets or sets the direction of data bars.

Namespace: DevExpress.Spreadsheet

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

Declaration

ConditionalFormattingDataBarDirection Direction { get; set; }

Property Value

Type Description
ConditionalFormattingDataBarDirection

One of ConditionalFormattingDataBarDirection enumeration values.

Remarks

The default value for the Direction property is Context, which uses the direction of the current locale. To force values to be reversed for left-to-right languages, set the Direction property to the LeftToRight value. To do the same for right-to-left languages, set the Direction property to the RightToLeft value.

See Also