Back to Devexpress

TcxCustomDateNavigator Class

vcl-cxdatenavigator-564330ba.md

latest1.7 KB
Original Source

TcxCustomDateNavigator Class

The TcxCustomDateNavigator is the base class for classes that implement the standalone Date Navigator control in which the month(s) view is exposed.

Declaration

delphi
TcxCustomDateNavigator = class(
    TcxContainer,
    IcxSchedulerStorageListener,
    IcxExternalDateNavigatorListener,
    IdxSkinSupport
)

Remarks

The Date Navigator control provides a graphical interface to end-users to view dates currently shown in the control or manipulate on them.

Do not use this class directly. Use its descendants instead.

Implements

IcxSchedulerStorageListener

IcxExternalDateNavigatorListener

IdxSkinSupport

Inheritance

TObject TPersistent TComponent TControl TWinControl TCustomControl TcxCustomControl TcxControl TcxContainer TcxCustomDateNavigator

See Also

TcxCustomDateNavigator Members

cxDateNavigator Unit