ASPxSpreadsheet.Images Property
In This Article
Provides access to the settings that define images displayed within the ASPxSpreadsheet.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public SpreadsheetImages Images { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
An Spreadsheet |
#Remarks
Use the Images property to replace default images with custom images.
See Also