Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetPicture Class

An image used to fill the floating picture container‘s internal area.

#Declaration

Delphi
TdxSpreadSheetPicture = class(
    TdxSpreadSheetCustomDrawingObject
)

#Remarks

This class has the following members that allow you to:

  • Assign a Smart Image container with a source image (Image).

  • Identify if a picture container has an assigned image (Empty).

  • Crop the source image (CropMargins).

A picture container’s Picture property references a TdxSpreadSheetPicture object.

See Also