Skip to main content

FilterEditorControl.ActiveEditorValidating Event

Occurs when a currently active editor from the FilterEditorControl‘s “Visual” panel raises the Control.Validating event.

Namespace: DevExpress.DataAccess.UI

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

public event FilterActiveEditorValidatingEventHandler ActiveEditorValidating

Event Data

The ActiveEditorValidating event's data class is DevExpress.XtraEditors.FilterActiveEditorValidatingEventArgs.

See Also