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

PGridCustomEditorRow.EditorAlignment Property

Gets or sets whether the editor is aligned at the left, right, center, or stretched.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

[DefaultValue(EditorAlignment.Default)]
[XtraSerializableProperty]
[DXCategory("Customization")]
public EditorAlignment EditorAlignment { get; set; }

Property Value

Type Default Description
EditorAlignment Default

A value that specifies how the editor is aligned in the row.

Available values:

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.

See Also