PGridCustomEditorRow.EditorPosition Property
Gets or sets whether the editor is located before or after the caption.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v20.2.dll
Declaration
[DefaultValue(EditorPosition.Default)]
[XtraSerializableProperty]
[DXCategory("Customization")]
public EditorPosition EditorPosition { get; set; }
<DefaultValue(EditorPosition.Default)>
<XtraSerializableProperty>
<DXCategory("Customization")>
Public Property EditorPosition As EditorPosition
Property Value
Type | Default | Description |
---|---|---|
EditorPosition | Default |
A value that specifies whether the editor is located before or after the caption. |
See Also
Feedback