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

ChartControlSettings.LoadingPanelImage Property

Gets or sets the position of an image displayed within a loading panel with respect to the panel’s text content.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public ImageProperties LoadingPanelImage { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains the image’s settings.

See Also