IDropDownBox.GetDisplayText() Method
In This Article
Returns a text defined by the QueryDisplayText function.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
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