PivotGridImageProperties Constructors
Contains the settings which define the image that can be displayed within the ASPxPivotGrid control.| Name | Parameters | Description |
|---|---|---|
| PivotGridImageProperties() | none | Initializes a new instance of the PivotGridImageProperties class with default parameters. |
| PivotGridImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the PivotGridImageProperties class with the specified owner. |
| PivotGridImageProperties(String) | url | Initializes a new instance of the PivotGridImageProperties class with an image with the specified URL. |
See Also