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

FloatingObjectVerticalAlignment Enum

In This Article

Lists values that specify the vertical alignment for a floating object.

#Declaration

TypeScript
export enum FloatingObjectVerticalAlignment {
    Top = 1,
    Center = 2,
    Bottom = 3,
    Inside = 4,
    Outside = 5
}

#Members

Name Description
Bottom

A floating object is aligned to the bottom of the vertical anchor element.

Center

A floating object is aligned to the center of a vertical anchor element.

Inside

A floating object is inside the vertical anchor element.

Outside

A floating object is outside the vertical anchor element.

Top

A floating object is aligned to the top of the vertical anchor element.