Skip to main content

TcxSchedulerTimeGridScaleCell.AlignVert Property

Specifies the vertical contents alignment in the unit cell.

Declaration

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