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

EditorPosition Enum

Enumerates values that specify the editor position relative to the property caption.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v20.2.dll

NuGet Package: DevExpress.Win.VerticalGrid

Declaration

public enum EditorPosition

Members

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.

Related API Members

The following properties accept/return EditorPosition values:

See Also