Skip to main content
Tab

TabbedLayoutGroupTabPageImage.LoadingPanelImage Property

Gets the image settings displayed by the loading panel within the tabbed layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

See Also