Skip to main content
A newer version of this page is available. .

EditorAlignment Enum

Enumerates values that specify how an editor is aligned in a grid row.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[Flags]
public enum EditorAlignment

Members

Name Description
Default

The alignment is not specified explicitly. Uses the Center value.

Near

Aligns the editor at the row’s near edge.

Far

Aligns the editor at the row’s far edge.

Center

Aligns the editor at the row’s center.

Stretch

Related API Members

The following properties accept/return EditorAlignment values:

See Also