Skip to main content

ValueEditorEventArgs.Editor Property

Gets the currently processed editor.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.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