Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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