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

TdxSpreadSheetContainer.AnchorType Property

Specifies the anchoring mode for the floating container object.

#Declaration

Delphi
property AnchorType: TdxSpreadSheetContainerAnchorType read; write;

#Property Value

Type
TdxSpreadSheetContainerAnchorType

#Remarks

Use this property to select one of the available container anchoring modes. The AnchorType property value determines both the applicability and behavior of the settings provided by the AnchorPoint1 and AnchorPoint2 properties, which correspond to the upper-left and bottom-right corners of the container’s bounding rectangle, respectively:

For additional information on container anchoring, refer to the Anchoring Settings topic.

See Also