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

PGridOptionsView.EditorPosition Property

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

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

Property Value

Type Default
EditorPosition **Default**

Available values:

Name Description
Default

The position is not specified explicitly. Uses the AfterCaption value.

BeforeCaption

Displays the editor before the property caption.

AfterCaption

Displays the editor after the property caption.

Property Paths

You can access this nested property as listed below:

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