ConditionalFormattingDataBarDirection Enum
In This Article
Lists values that specify the direction of data bars when the data bar conditional format is applied.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Members
Name | Description |
---|---|
Context
|
Specifies the direction based on the current locale. |
Left
|
Specifies the left-to-right direction. |
Right
|
Specifies the right-to-left direction. |
#Related API Members
The following properties accept/return ConditionalFormattingDataBarDirection values:
#Remarks
The values listed by this enumeration are used by the DataBarConditionalFormatting.Direction property.
See Also