[]
Configurates NoDataOverlayContent. Sets the HTML content displayed as an overlay when there is no data in the grid.
public virtual TBuilder NoDataOverlayContent(string value)
Public Overridable Function NoDataOverlayContent(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
The default value for this property is empty string, which hides the no data overlay from the grid.