TcxSchedulerTimeGridScaleCell.AlignHorz Property
Specifies the horizontal contents alignment in the unit cell.
Declaration
property AlignHorz: TAlignment read; write;
Property Value
Type |
---|
TAlignment |
Remarks
By default, the content is left-aligned in all the major and minor time scale units, and in the time selection bar’s unit.
Use the AlignHorz property to align the content horizontally.
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