Back to Devexpress

ASPxLoadingPanel.Image Property

aspnet-devexpress-dot-web-dot-aspxloadingpanel-37b56884.md

latest1.4 KB
Original Source

ASPxLoadingPanel.Image Property

Gets the settings of an image displayed within the ASPxLoadingPanel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties Image { get; }
vb
Public ReadOnly Property Image As ImageProperties

Property Value

TypeDescription
ImageProperties

An ImageProperties object that contains image settings.

|

Remarks

Use the ASPxLoadingPanel.ImagePosition property to specify the position of the image. Use the ASPxLoadingPanel.ShowImage property to show or hide the image within the ASPxLoadingPanel.

See Also

Loading Panel

ASPxLoadingPanel Class

ASPxLoadingPanel Members

DevExpress.Web Namespace