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

ValueEditorEventArgs.Editor Property

Gets the currently processed editor.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual BaseEdit Editor { get; }

Property Value

Type Description
BaseEdit

A BaseEdit descendant that represents the currently processed editor.

See Also