IDropDownBox.GetDisplayText() Method
Returns a text defined by the QueryDisplayText function.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
string GetDisplayText()
Returns
Type | Description |
---|---|
String | The editor display text. |
Remarks
Refer to the GetDisplayText() property description for more information and an example.
See Also