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

ASPxSpreadsheet.Images Property

Provides access to the settings that define images displayed within the ASPxSpreadsheet.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v21.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public SpreadsheetImages Images { get; }

Property Value

Type Description
SpreadsheetImages

An SpreadsheetImages object that contains image settings.

Remarks

Use the Images property to replace default images with custom images.

See Also