PivotGridWebOptionsLoadingPanel.Image Property
In This Article
Gets the settings of an image displayed within a Loading Panel.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public ImageProperties Image { get; }
#Property Value
Type | Description |
---|---|
Image |
An Image |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Image |
---|---|
ASPx |
|
#Remarks
Use the PivotGridWebOptionsLoadingPanel.ImagePosition property to specify the position of the image with respect to the loading panel’s text content.
See Also