Back to Devexpress

DropDownBoxQueryDisplayTextContext.DisplayText Property

blazor-devexpress-dot-blazor-dot-dropdownboxquerydisplaytextcontext-07bc6ecf.md

latest1.1 KB
Original Source

DropDownBoxQueryDisplayTextContext.DisplayText Property

Returns the editor’s previous input text.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public string DisplayText { get; }

Property Value

TypeDescription
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

DropDownBoxQueryDisplayTextContext Class

DropDownBoxQueryDisplayTextContext Members

DevExpress.Blazor Namespace