Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DataBarConditionalFormatting.Direction Property

Gets or sets the direction of data bars.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

#Property Value

Type Description
ConditionalFormattingDataBarDirection

One of ConditionalFormattingDataBarDirection enumeration values.

Available values:

Name Description
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