Skip to main content

TcxSchedulerDateNavigatorCaptionViewInfo.Transparent Property

Specifies whether the background of the Date Navigator‘s current element will be drawn.

Declaration

property Transparent: Boolean read; write;

Property Value

Type
Boolean

Remarks

If this property is set to False, then the element’s background will be painted.

The Transparent property specifies the background visibility of such Date Navigator‘s elements as dates (see the TcxSchedulerDateNavigator.OnCustomDrawDayNumber event), captions of the 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