BaseEdit.EditMode Property
In This Article
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
#Property Value
Type | Description |
---|---|
Edit |
One of the Edit |
#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