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

TreeListStyles.LoadingDiv Property

Gets the style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.2.dll

Declaration

public LoadingDivStyle LoadingDiv { get; }

Property Value

Type Description
LoadingDivStyle

A LoadingDivStyle object that contains style settings used to paint a rectangle displayed above the ASPxTreeList while waiting for a callback response.

Remarks

By default, the rectangle displayed above the ASPxTreeList while waiting for a callback response is transparent. Use the LoadingDivStyle.Opacity property to specify its opacity level.

See Also