Skip to main content

ShowValueEditorEventArgs(BaseEdit, ClauseNode, OperandValue, Int32) Constructor

Initializes a new instance of the ShowValueEditorEventArgs class with the specified settings.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public ShowValueEditorEventArgs(
    BaseEdit editor,
    ClauseNode node,
    OperandValue value,
    int elementIndex
)

Parameters

Name Type Description
editor BaseEdit

An editor that is about to be invoked. This value is assigned to the object’s Editor property.

node DevExpress.XtraEditors.Filtering.ClauseNode

An object that identifies the current node in the FilterControl’s tree. This value is assigned to the ShowValueEditorEventArgs.CurrentNode property.

value OperandValue

A DevExpress.Data.Filtering.OperandValue object that is the current value. This value is assigned to the ShowValueEditorEventArgs.OperandValue property.

elementIndex Int32

The index of an operand value. This value is assigned to the ShowValueEditorEventArgs.FocusedElementIndex property.

See Also