Back to Devexpress

TcxSchedulerTimeGridScaleTextType Enum

vcl-cxschedulertimegridview-e6381a2a.md

latest1.6 KB
Original Source

TcxSchedulerTimeGridScaleTextType Enum

Enumerates the available types of formatting for the text displayed as the title of the major or minor time scale.

Declaration

delphi
TcxSchedulerTimeGridScaleTextType = (
    sttUnknown,
    sttShort,
    sttMiddle,
    sttLong
);

Members

Name
sttUnknown
sttShort
sttMiddle
sttLong

Remarks

Values include:

ValueMeaning
sttUnknownDenotes that there isn’t any information on the formatting available. The long date format will be applied.
sttShortDenotes that the short date format is available.
sttMiddleDenotes that the format is available for strings of the middle form. For example, if the scale is measured in weeks, then the month is displayed as a full name (January-December), the day and the year are displayed as two-digit numbers.
sttLongDenotes that the long date format is available.

See Also

TcxSchedulerTimeGridScaleUnit

TcxSchedulerTimeGridView.OnGetMajorUnitDisplayText

TcxSchedulerTimeGridView.OnGetMinorUnitDisplayText

TcxSchedulerTimeGridViewScales.MajorUnit

TcxSchedulerTimeGridViewScales.MinorUnit

cxSchedulerTimeGridView Unit