SettingsLoadingPanel.ShowImage Property
In This Article
Gets or sets a value that specifies whether an image defined via the ImagesBase.LoadingPanel property is displayed within a loading panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Property Paths
You can access this nested property as listed below:
Show 34 property paths
#Remarks
Use the ShowImage property to control whether an image specified via the ImagesBase.LoadingPanel property is displayed within the loading panel, together with text defined via the SettingsLoadingPanel.Text property. An image’s position can be defined by using the SettingsLoadingPanel.ImagePosition property.
See Also