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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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