Skip to main content
A newer version of this page is available. .
All docs
V20.2

PGridOptionsView.EditorAlignment Property

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

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

Property Value

Type Default
EditorAlignment **Default**

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.

Stretch

Property Paths

You can access this nested property as listed below:

Object Type Path to EditorAlignment
PropertyGridControl
.OptionsView .EditorAlignment
See Also