FilterControl.DisposeValueEditor Event
In This Article
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
#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. |
Property |
Gets the name of the current property (column/field).
Inherited from Base |
Property |
Gets the type of the current property (column/field).
Inherited from Base |
#Remarks
Use the e.Editor
event parameter to access the editor being currently closed.
See Also