Skip to main content

TcxSchedulerDateNavigatorCaptionViewInfo.Text Property

Specifies the output text which is drawn in the Date Navigator‘s current element.

Declaration

property Text: string read; write;

Property Value

Type
string

Remarks

The Text property specifies the output text for such Date Navigator elements as dates (see the TcxSchedulerDateNavigator.OnCustomDrawDayNumber event), the captions of days (see the TcxSchedulerDateNavigator.OnCustomDrawDayCaption event) and the month(s) header(s) (see the TcxSchedulerDateNavigator.OnCustomDrawHeader event).

The AViewInfo parameter, which is passed to the above events, references a TcxSchedulerDateNavigatorCaptionViewInfo subclass instance.

See Also