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

TdxSpreadSheetSizingMarker Enum

Enumerates the sizing handles used to resize floating container objects.

#Declaration

Delphi
TdxSpreadSheetSizingMarker = (
    smLeft,
    smTopLeft,
    smTop,
    smTopRight,
    smRight,
    smBottomRight,
    smBottom,
    smBottomLeft
);

#Members

Name
smLeft
smTopLeft
smTop
smTopRight
smRight
smBottomRight
smBottom
smBottomLeft

#Remarks

Options include:

Value Sizing Handle Location
smLeft The sizing handle in the middle of the floating container’s left border.
smTopLeft The sizing handle is at the top left corner of the floating container object.
smTop The sizing handle is in the middle of the floating container’s top border.
smTopRight The sizing handle is at the top right corner of the floating container object.
smRight The sizing handle is in the middle of the floating container’s right border.
smBottomRight The sizing handle is at the bottom right corner of the floating container object.
smBottom The sizing handle is in the middle of the floating container’s bottom border.
smBottomLeft The sizing handle is at the bottom left corner of the floating container object.

See Also