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

TdxSpreadSheetContainerAnchorPoint Class

A floating container object‘s anchor point.

#Declaration

Delphi
TdxSpreadSheetContainerAnchorPoint = class(
    TcxOwnedPersistent
)

#Remarks

This class implements the anchor points used to determine both the position and size of floating containers within a worksheet. The first and second anchor points correspond to the upper-left and bottom-right corners of the container’s bounding rectangle, respectively.

The anchor point’s position can be specified by using the Cell and/or Offset properties, whose functionality depends on the floating container object’s AnchorType property value. The FixedToCell property determines the anchor point’s behavior when the anchor cell is moved as a result of table item resize operations.

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

A TdxSpreadSheetContainerAnchorPoint object is referenced by the floating container object’s AnchorPoint1 and AnchorPoint2 properties.

#Inheritance

TObject
TPersistent
TcxOwnedPersistent
TdxSpreadSheetContainerAnchorPoint
See Also