Skip to main content
All docs
V24.1

DropDownBoxQueryDisplayTextContext.DisplayText Property

Returns the editor’s previous input text.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public string DisplayText { get; }

Property Value

Type Description
String

The previous input text.

Remarks

The DxDropDownBox component calls the QueryDisplayText function in response to value change. Implement this function’s logic to define how the editor value is displayed in the editor input element.

Use the DisplayText function parameter to get the previous input text.

See Also