Skip to main content

ASPxSpreadsheet.Images Property

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

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v23.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