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

EditorPlacement Enum

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

Namespace: DevExpress.Xpf.Editors

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

Declaration

public enum EditorPlacement

Members

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.

Remarks

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

See Also