FilterControl.DisposeValueEditor Event
Fires before an editor used to edit operands is disposed of.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.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. |
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