TcxSchedulerTimeRulerCellViewInfo.DisplayTexts Property
Gets the output text displayed in the current time ruler.
Declaration
property DisplayTexts[ACurrentTimeZone: Boolean]: string read;
Property Value
Type |
---|
string |
Remarks
The DisplayTexts property returns the text which is currently drawn in the time ruler (a time ruler’s name, if presented, or an hour). Minutes, if they are shown, are not retrieved by this property.
The ACurrentTimeZone parameter specifies the time ruler. A value of True means the primary time ruler. And a value of False – the second time ruler.
Note
if the second time ruler is not currently shown in the scheduling area (the scheduler’s OptionsView.ShowAdditionalTimeZone property is set to False), then an empty string will be returned (if the ACurrentTimeZone parameter is set to False).
See Also