Skip to main content

EditorEventArgs.Editor Property

Gets or sets an editor, for which an event has been raised.

Namespace: DevExpress.Xpf.Grid

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

#Declaration

public IBaseEdit Editor { get; }

#Property Value

Type Description
DevExpress.Xpf.Editors.IBaseEdit

An object that implements the DevExpress.Xpf.Editors.IBaseEdit interface.

See Also