Skip to main content
All docs
V18.2

ValueEditorEventArgs(BaseEdit) Constructor

Initializes a new instance of the ValueEditorEventArgs class.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public ValueEditorEventArgs(
    BaseEdit editor
)

Parameters

Name Type Description
editor BaseEdit

A BaseEdit descendant. This value is used to initialize the ValueEditorEventArgs.Editor property.

See Also