BootstrapChartBuilder.ShowLoadingIndicator(Boolean) Method
In This Article
Specifies whether or not to display a loading indicator when obtaining data from a remote data source.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapChartBuilder ShowLoadingIndicator(
bool showLoadingIndicator
)
#Parameters
Name | Type |
---|---|
show |
Boolean |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also