Back to Devexpress

ASPxLoadingPanel.ShowImage Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-56b8e01c.md

latest1.8 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool ShowImage { get; set; }
vb
<DefaultValue(True)>
Public Property ShowImage As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Image

Text

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace