Skip to main content

PivotGridWebOptionsLoadingPanel.Image Property

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

Namespace: DevExpress.Web.ASPxPivotGrid

Assembly: DevExpress.Web.ASPxPivotGrid.v23.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:

Object Type Path to Image
ASPxPivotGrid

Remarks

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

See Also