ShowValueEditorEventArgs Class
In This Article
Provides data for the BeforeShowValueEditor
event.
Namespace: DevExpress.XtraEditors.Filtering
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public class ShowValueEditorEventArgs :
ValueEditorEventArgs
#Inheritance
Object
EventArgs
BaseNodeEventArgs
ValueEditorEventArgs
ShowValueEditorEventArgs
See Also