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

TcxEditVertAlignment Enum

Enumerates types of vertical alignments for editor’s contents.

#Declaration

Delphi
TcxEditVertAlignment = (
    taTopJustify,
    taBottomJustify,
    taVCenter
);

#Members

Name
taTopJustify
taBottomJustify
taVCenter

#Remarks

The vertical alignment of editor’s contents is set via the Vert property of the TcxCustomEditProperties.Alignment object. The TcxEditVertAlignment type enumerates possible values of the vertical alignment.

Value Meaning
taTopJustify The editor value is aligned to the top.
taBottomJustify The editor value is aligned to the bottom.
taVCenter The editor value is centered vertically.

See Also