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

TdxSpreadSheetShapeContainer.Shape Property

Specifies the shape settings for the floating shape container.

#Declaration

Delphi
property Shape: TdxSpreadSheetShape read; write;

#Property Value

Type
TdxSpreadSheetShape

#Remarks

Use this property set to assign one of the supported geometric shapes to a floating container and customize its outline and fill settings.

All settings provided by the Shape property are valid for all descendants of the TdxSpreadSheetShapeContainer class except TdxSpreadSheetCommentContainer. Comment containers are always displayed as rectangles or squares, ignoring the Shape.ShapeType property value.

For additional information on shape-related floating container settings, refer to the TdxSpreadSheetShape class description and the Shape-Specific Settings topic.

See Also