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

PivotGridWebOptionsLoadingPanel.Image Property

Gets the settings of an image displayed within a Loading Panel.

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties Image { get; }

Property Value

Type Description
ImageProperties

An ImageProperties object that contains image settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Image
ASP.NET Controls and MVC Extensions ASPxPivotGrid
ASP.NET MVC Extensions MVCxPivotGrid
PivotGridSettings

Remarks

Use the PivotGridWebOptionsLoadingPanel.ImagePosition property to specify the position of the image with respect to the loading panel’s text content.

See Also