Back to Devexpress

ShowValueEditorEventArgs Class

windowsforms-devexpress-dot-xtraeditors-dot-filtering-d71d993b.md

latest1.6 KB
Original Source

ShowValueEditorEventArgs Class

Provides data for the BeforeShowValueEditor event.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public class ShowValueEditorEventArgs :
    ValueEditorEventArgs
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Class ShowValueEditorEventArgs
    Inherits ValueEditorEventArgs

ShowValueEditorEventArgs is the data class for the following events:

Inheritance

Object EventArgs BaseNodeEventArgs ValueEditorEventArgs ShowValueEditorEventArgs

See Also

ShowValueEditorEventArgs Members

DevExpress.XtraEditors.Filtering Namespace