Back to Devexpress

DataBarConditionalFormatting.Direction Property

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

latest1.9 KB
Original Source

DataBarConditionalFormatting.Direction Property

Gets or sets the direction of data bars.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
ConditionalFormattingDataBarDirection Direction { get; set; }
vb
Property Direction As ConditionalFormattingDataBarDirection

Property Value

TypeDescription
ConditionalFormattingDataBarDirection

One of ConditionalFormattingDataBarDirection enumeration values.

|

Available values:

NameDescription
Context

Specifies the direction based on the current locale.

| | LeftToRight |

Specifies the left-to-right direction.

| | RightToLeft |

Specifies the right-to-left direction.

|

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

DataBarConditionalFormatting Interface

DataBarConditionalFormatting Members

DevExpress.Spreadsheet Namespace