Back to Devexpress

SettingsLoadingPanel.ShowImage Property

aspnet-devexpress-dot-web-dot-settingsloadingpanel-6b966560.md

latest8.0 KB
Original Source

SettingsLoadingPanel.ShowImage Property

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

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if an image is displayed within a loading panel; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Show 34 property paths

LibraryObject TypePath to ShowImage
ASP.NET Bootstrap ControlsBootstrapCallbackPanel

.SettingsLoadingPanel .ShowImage

| | ASP.NET MVC Extensions | AutoCompleteBoxBaseSettings |

.SettingsLoadingPanel .ShowImage

| | CalendarSettings |

.SettingsLoadingPanel .ShowImage

| | CallbackPanelSettings |

.SettingsLoadingPanel .ShowImage

| | CaptchaSettings |

.LoadingPanel .ShowImage

| | ChartControlSettings |

.SettingsLoadingPanel .ShowImage

| | DataViewSettingsBase |

.SettingsLoadingPanel .ShowImage

| | FileManagerSettings |

.SettingsLoadingPanel .ShowImage

| | ListBoxSettings |

.SettingsLoadingPanel .ShowImage

| | MVCxFilterControlSettings |

.SettingsLoadingPanel .ShowImage

| | NavBarSettings |

.SettingsLoadingPanel .ShowImage

| | PageControlSettings |

.SettingsLoadingPanel .ShowImage

| | PopupControlSettingsBase |

.SettingsLoadingPanel .ShowImage

| | RoundPanelSettings |

.SettingsLoadingPanel .ShowImage

| | SchedulerSettings |

.OptionsLoadingPanel .ShowImage

| | SpellCheckerSettings |

.SettingsLoadingPanel .ShowImage

| | ASP.NET Web Forms Controls | ASPxAutoCompleteBoxBase |

.SettingsLoadingPanel .ShowImage

| | ASPxCalendar |

.SettingsLoadingPanel .ShowImage

| | ASPxCallbackPanel |

.SettingsLoadingPanel .ShowImage

| | ASPxCaptcha |

.LoadingPanel .ShowImage

| | ASPxDataViewBase |

.SettingsLoadingPanel .ShowImage

| | ASPxFileManager |

.SettingsLoadingPanel .ShowImage

| | ASPxFilterControl |

.SettingsLoadingPanel .ShowImage

| | ASPxGaugeControl |

.SettingsLoadingPanel .ShowImage

| | ASPxListBox |

.SettingsLoadingPanel .ShowImage

| | ASPxMenuBase |

.SettingsLoadingPanel .ShowImage

| | ASPxNavBar |

.SettingsLoadingPanel .ShowImage

| | ASPxPageControl |

.SettingsLoadingPanel .ShowImage

| | ASPxPopupControlBase |

.SettingsLoadingPanel .ShowImage

| | ASPxRoundPanel |

.SettingsLoadingPanel .ShowImage

| | ASPxScheduler |

.OptionsLoadingPanel .ShowImage

| | ASPxSpellChecker |

.SettingsLoadingPanel .ShowImage

| | ASPxTitleIndex |

.SettingsLoadingPanel .ShowImage

| | WebChartControl |

.SettingsLoadingPanel .ShowImage

|

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

LoadingPanel

Text

SettingsLoadingPanel Class

SettingsLoadingPanel Members

DevExpress.Web Namespace