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

TcxCustomEditProperties.Alignment Property

Determines the alignment of the editor’s contents.

#Declaration

Delphi
property Alignment: TcxEditAlignment read; write;

#Property Value

Type
TcxEditAlignment

#Remarks

Use the Alignment property to align data within the editor horizontally and vertically.

Data-aware editors have the default horizontal alignment. When the editor represents data from TDataSet, the default alignment is defined by the TField.Alignment property. You can redefine the alignment for data-aware controls by setting it via the Alignment property. To restore the default alignment, use the RestoreDefaults method.

See Also