Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterControl.DisposeValueEditor Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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 e.Editor event parameter to access the editor being currently closed.

See Also