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

PGridCustomEditorRow.EditorPosition Property

Gets or sets whether the editor is located before or after the caption.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v20.1.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

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

Property Value

Type Default Description
EditorPosition Default

A value that specifies whether the editor is located before or after the caption.

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.

See Also