Skip to main content

EditMode Enum

Lists values that specify in which mode an editor is currently used.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

public enum EditMode

#Members

Name Description
Standalone

An editor is used as a stand-alone editor.

InplaceInactive

An editor is used as an inplace editor and it's inactive.

InplaceActive

An editor is used as an inplace editor, and it's active.

#Passed To

You can pass EditMode values to the BaseEdit.EditMode property.

#Remarks

The values listed by this enumeration are used to set the BaseEdit.EditMode property's value.

See Also