Back to Devexpress

EditorPlacement Enum

wpf-devexpress-dot-xpf-dot-editors-f7a4f670.md

latest1.8 KB
Original Source

EditorPlacement Enum

Lists values that specify a button’s position within an editor.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum EditorPlacement
vb
Public Enum EditorPlacement

Members

NameDescription
None

A button is hidden.

| | EditBox |

A button is displayed within an editor’s edit box.

| | Popup |

A button is displayed within an editor’s dropdown.

|

The following properties accept/return EditorPlacement values:

Remarks

The values listed by this enumeration are used to set the LookUpEditBase.AddNewButtonPlacement and ButtonEdit.NullValueButtonPlacement property values.

See Also

DevExpress.Xpf.Editors Namespace