BaseEditSettings.FlowDirection Property
Gets or sets the direction that text flows within the editor. This is a dependency property.
Namespace: DevExpress.Xpf.Editors.Settings
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| FlowDirection | A System.Windows.FlowDirection enumerator value that specifies the direction that text flows within the editor. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to FlowDirection |
|---|---|
| BarEditItem |
|
| FilterField |
|
| ColumnBase |
|
| ColumnBase |
|
| TreeViewControl |
|
| PropertyDefinition |
|
| SpreadsheetCustomCellEditEventArgs |
|
Remarks
Depending on the FlowDirection property value, the editor can have either left-to-right, or right-to-left layout.
Note
The FlowDirection property does not work when the GridControl is in optimized mode.
See Also