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

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.v18.2.dll

Declaration

public PivotGridImageProperties(
    string url
)

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