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

FilterControl.DisposeValueEditor Event

Fires before an editor used to edit operands is disposed of.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Events")]
public event DisposeValueEditorEventHandler DisposeValueEditor

Event Data

The DisposeValueEditor event's data class is ValueEditorEventArgs. The following properties provide information specific to this event:

Property Description
Editor Gets the currently processed editor.
PropertyName Gets the name of the current property (column/field). Inherited from BaseNodeEventArgs.
PropertyType Gets the type of the current property (column/field). Inherited from BaseNodeEventArgs.

Remarks

Use the event’s Editor parameter to access the editor being currently closed.

See Also