PivotGridImageProperties(String) Constructor
Initializes a new instance of the PivotGridImageProperties class with an image with the specified URL.
Namespace: DevExpress.Web.ASPxPivotGrid
Assembly: DevExpress.Web.ASPxPivotGrid.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
url | String | A String that represents the URL of the image that will be represented by the created object. This value is assigned to the ImagePropertiesBase.Url property. |
See Also