Skip to main content
A newer version of this page is available. .
Tab

ASPxLoadingPanel.ShowImage Property

Gets or sets a value that specifies whether an image defined via the ASPxLoadingPanel.Image property is displayed within the ASPxLoadingPanel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowImage { get; set; }

Property Value

Type Default Description
Boolean **true**

true if an image is displayed within a control; otherwise, false.

Remarks

Use the ShowImage property to control whether an image specified via the ASPxLoadingPanel.Image property is displayed within the ASPxLoadingPanel together with text defined via the ASPxLoadingPanel.Text property. An image’s position can be defined by using the ASPxLoadingPanel.ImagePosition property.

See Also