LoadingPanelSettings.ShowImage Property
Gets or sets a value that specifies whether a loading panel image defined via the LoadingPanelSettings.Images.LoadingPanel property is displayed within the Loading Panel.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if an image is displayed within a panel; otherwise, false. |
Remarks
Use the ShowImage property to control whether an image specified via the LoadingPanelSettings.Images.LoadingPanel property is displayed within the LoadingPanel together with text defined via the LoadingPanelSettings.Text property. An image’s position can be specified by using the LoadingPanelSettings.ImagePosition property.
See Also