SettingsLoadingPanelBuilder.ShowImage(Boolean) Method
In This Article
Sets a value that specifies whether an image defined via the ImagesBase.LoadingPanel property is displayed within a loading panel.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public SettingsLoadingPanelBuilder ShowImage(
bool showImage
)
#Parameters
Name | Type |
---|---|
show |
Boolean |
#Returns
Type |
---|
Settings |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also