Back to Devexpress

TdxCustomSpreadSheet.BiDiMode Property

vcl-dxspreadsheetcore-dot-tdxcustomspreadsheet-685902ad.md

latest1.8 KB
Original Source

TdxCustomSpreadSheet.BiDiMode Property

Specifies the control’s content bidirectional display mode.

Declaration

delphi
property BiDiMode: TBiDiMode read; write; default bdLeftToRight;

Property Value

TypeDefaultDescription
TBiDiModebdLeftToRight

The active bidirectional display mode.

|

Remarks

Use the BiDiMode property to switch between left-to-right and right-to-left display modes:

ValueDescriptionExample
bdLeftToRightEnables LTR mode.
bdRightToLeftEnables RTL mode.
bdRightToLeftNoAlignThis value is reserved.
bdRightToLeftReadingOnlyThis value is reserved.

Note

The BiDiMode property value affects only those worksheets whose Options.RightToLeftLayout property is set to bDefault.

Default Value

The BiDiMode property’s default value is bdLeftToRight.

See Also

TdxSpreadSheetTableViewOptions.ActualRightToLeftLayout Property

TdxCustomSpreadSheet Class

TdxCustomSpreadSheet Members

dxSpreadSheetCore Unit