Back to Devexpress

CalendarControlBase Class

windowsforms-devexpress-dot-xtraeditors-dot-controls.md

latest2.5 KB
Original Source

CalendarControlBase Class

The base class for controls that incorporate calendars.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public abstract class CalendarControlBase :
    BaseStyleControl,
    ICalendarAppearancesOwner,
    IDateTimeOwner,
    IContextItemCollectionOptionsOwner,
    IContextItemCollectionOwner,
    IDatesCollectionOwner,
    IDateRangeCollectionOwner,
    ISupportDirectComposition,
    ISupportDirectCompositionControlChild,
    ISupportAsyncScrollAnimation
vb
Public MustInherit Class CalendarControlBase
    Inherits BaseStyleControl
    Implements ICalendarAppearancesOwner,
               IDateTimeOwner,
               IContextItemCollectionOptionsOwner,
               IContextItemCollectionOwner,
               IDatesCollectionOwner,
               IDateRangeCollectionOwner,
               ISupportDirectComposition,
               ISupportDirectCompositionControlChild,
               ISupportAsyncScrollAnimation

Implements

IXtraResizableControl

Inheritance

Show 13 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseStyleControl CalendarControlBase CalendarControl

BaseDateControl

DateNavigator

DateControl

See Also

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace