Skip to main content

BaseEdit.EditMode Property

Gets or sets a value that indicates in which mode the editor is currently used. This is a dependency property.

Namespace: DevExpress.Xpf.Editors

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

#Declaration

[Browsable(false)]
public EditMode EditMode { get; set; }

#Property Value

Type Description
EditMode

One of the EditMode enumeration values.

#Remarks

An editor can be used as a standalone or inplace editor in a container control (e.g. GridControl). The EditMode property allows you to identify in which mode the editor is currently used.

#Implements

DevExpress.Xpf.Editors.IBaseEdit.EditMode
See Also