Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public FlowDirection FlowDirection { get; set; }

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
.EditSettings .FlowDirection
FilterField
.EditSettings .FlowDirection
ColumnBase
.ActualEditSettings .FlowDirection
ColumnBase
.EditSettings .FlowDirection
TreeViewControl
.EditSettings .FlowDirection
PropertyDefinition
.EditSettings .FlowDirection
SpreadsheetCustomCellEditEventArgs
.EditSettings .FlowDirection

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