Sets the text to be displayed within a specific loading panel invoked while waiting for a callback response.
Namespace:DevExpress.AspNetCore.Bootstrap
Assembly:DevExpress.AspNetCore.Bootstrap.v17.2.dll

Syntax
C# |
public TreeViewSettingsLoadingPanelBuilder Text(
string text
)
|
VB |
Public Function Text(
ByVal text As String
) As TreeViewSettingsLoadingPanelBuilder
|
Parameters
-
text
-
Type: String
Return value
Type:
TreeViewSettingsLoadingPanelBuilder

See Also