Skip to main content

WebChartControl.LoadingDivStyle Property

Gets style settings that define the appearance of a specific Loading Div panel.

Namespace: DevExpress.XtraCharts.Web

Assembly: DevExpress.XtraCharts.v24.2.Web.dll

NuGet Package: DevExpress.Web.Visualization

#Declaration

public LoadingDivStyle LoadingDivStyle { get; }

#Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains style settings.

#Remarks

Use the LoadingDivStyle property to customize the style settings of the loading div element. This element covers the control’s content during callback processing.

See Also