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

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.v18.2.UI.dll

Declaration

public event FilterActiveEditorValidatingEventHandler ActiveEditorValidating

Event Data

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

See Also