Skip to main content
A newer version of this page is available. .
Tab

CallbackPanelImages.LoadingPanel Property

Provides access to the settings that define images displayed within the loading panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override ImageProperties LoadingPanel { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also