Skip to main content

FilterControl.DisposeValueEditor Event

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.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 event’s Editor parameter to access the editor being currently closed.

See Also