Skip to main content
Tab

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool ShowImage { get; set; }

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Show 38 property paths
Library Object Type Path to ShowImage
ASP.NET Bootstrap Controls BootstrapCallbackPanel
.SettingsLoadingPanel .ShowImage
Reporting ASPxDocumentViewer
.SettingsLoadingPanel .ShowImage
ReportDocumentMap
.SettingsLoadingPanel .ShowImage
ReportViewer
.SettingsLoadingPanel .ShowImage
ASP.NET MVC Extensions AutoCompleteBoxBaseSettings
.SettingsLoadingPanel .ShowImage
CalendarSettings
.SettingsLoadingPanel .ShowImage
CallbackPanelSettings
.SettingsLoadingPanel .ShowImage
CaptchaSettings
.LoadingPanel .ShowImage
ChartControlSettings
.SettingsLoadingPanel .ShowImage
DataViewSettingsBase
.SettingsLoadingPanel .ShowImage
DocumentViewerSettings
.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