Back to Devexpress

PivotGridImageProperties Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-644f65fc.md

latest6.5 KB
Original Source

PivotGridImageProperties Class

Contains the settings which define the image that can be displayed within the ASPxPivotGrid control.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class PivotGridImageProperties :
    ImageProperties,
    IXtraSerializable2
vb
Public Class PivotGridImageProperties
    Inherits ImageProperties
    Implements IXtraSerializable2

The following members return PivotGridImageProperties objects:

Show 29 links

Remarks

The PivotGridImageProperties class defines an individual image’s settings. An image can be displayed within different elements of the pivot grid (for instance, within the Customization Form).

Using the properties exposed by the PivotGridImageProperties class, you can specify the URL of the image source (ImagePropertiesBase.Url), define the image size (ImagePropertiesBase.Width and ImagePropertiesBase.Height), set the alternate text displayed instead of the image when the image is unavailable (ImagePropertiesBase.AlternateText) and define the alignment of the image in relation to the text of a container item.

All graphic file formats, which can be interpreted by internet browsers, are supported. Note that if a PNG image with alpha channel is specified via the ImagePropertiesBase.Url property, the image’s size should be defined explicitly via the ImagePropertiesBase.Width and ImagePropertiesBase.Height properties, in order to correctly display the image at runtime.

Implements

IStateManager

IPropertiesOwner

DevExpress.Utils.Serializing.Helpers.IXtraSerializable2

Inheritance

Object StateManager PropertiesBase ImagePropertiesBase ImageProperties PivotGridImageProperties

See Also

PivotGridImageProperties Members

DevExpress.Web.ASPxPivotGrid Namespace