Back to Devexpress

PGridCustomEditorRow.EditorPosition Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-dot-pgridcustomeditorrow-1dd49271.md

latest2.8 KB
Original Source

PGridCustomEditorRow.EditorPosition Property

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

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[DefaultValue(EditorPosition.Default)]
[DXCategory("Customization")]
[XtraSerializableProperty]
public EditorPosition EditorPosition { get; set; }
vb
<DefaultValue(EditorPosition.Default)>
<XtraSerializableProperty>
<DXCategory("Customization")>
Public Property EditorPosition As EditorPosition

Property Value

TypeDefaultDescription
EditorPositionDefault

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

|

Available values:

NameDescription
Default

The position is not specified explicitly. Uses the AfterCaption value for all editors except check editors.

| | BeforeCaption |

Displays the editor before the property caption.

| | AfterCaption |

Displays the editor after the property caption.

|

Remarks

In the Office view, you can use the following options to specify how editors are displayed in rows:

  • RecordWidth — specifies the relative width of the column that displays property editors. 100 corresponds to one-third of the control’s total width.

  • EditorPosition — specifies whether property editors are located before or after property captions. All editors are located after captions except check editors.

  • EditorAlignment — specifies whether editors are aligned at the left, right, center, or stretched in the column that displays editors.

See Also

PGridCustomEditorRow Class

PGridCustomEditorRow Members

DevExpress.XtraVerticalGrid.Rows Namespace