Skip to main content
A newer version of this page is available. .

QueryDisplayTextEventArgs(Object, String) Constructor

Creates a new QueryDisplayTextEventArgs object.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public QueryDisplayTextEventArgs(
    object editValue,
    string displayText
)

Parameters

Name Type Description
editValue Object

An object representing the editor value whose textual representation is to be specified. This value is assigned to the QueryDisplayTextEventArgs.EditValue property.

displayText String

A string value representing the editor’s value within the text box. This value is assigned to the QueryDisplayTextEventArgs.DisplayText property.

See Also