QueryDisplayTextEventArgs(Object, String) Constructor
Creates a new QueryDisplayTextEventArgs object.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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