wpf-devexpress-dot-xpf-dot-editors-f7a4f670.md
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
public enum EditorPlacement
Public Enum EditorPlacement
| Name | Description |
|---|---|
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:
The values listed by this enumeration are used to set the LookUpEditBase.AddNewButtonPlacement and ButtonEdit.NullValueButtonPlacement property values.
See Also