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

TcxSchedulerTimeGridScaleCell.AlignVert Property

Specifies the vertical contents alignment in the unit cell.

#Declaration

Delphi
property AlignVert: TcxAlignmentVert read; write;

#Property Value

Type
TcxAlignmentVert

#Remarks

By default, the content is top-aligned in all the major and minor time scale units, and in the time selection bar’s unit.

Use the AlignVert property to align the content vertically.

Note

to align the content in the major or minor time scale or in the time selection bar, use the View’s OnCustomDrawMajorUnit, OnCustomDrawMinorUnit and OnCustomDrawSelectionBar events respectively.

See Also