Back to Devexpress

DateNavigator Class

windowsforms-devexpress-dot-xtrascheduler-2a00010b.md

latest3.0 KB
Original Source

DateNavigator Class

The calendar control for navigating dates. Can be associated with a SchedulerControl to retrieve various information (e.g., appointment dates).

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[ComVisible(false)]
[DXLicenseWinForms]
public class DateNavigator :
    DateNavigatorBase,
    ISupportInitialize,
    IDateNavigatorControllerOwner,
    IBatchUpdateable,
    IBatchUpdateHandler,
    IInnerSchedulerCommandTarget
vb
<ComVisible(False)>
<DXLicenseWinForms>
Public Class DateNavigator
    Inherits DateNavigatorBase
    Implements ISupportInitialize,
               IDateNavigatorControllerOwner,
               IBatchUpdateable,
               IBatchUpdateHandler,
               IInnerSchedulerCommandTarget

Remarks

The Date Navigator control provides a quick and easy way of changing the dates in the scheduling area. Once the Date Navigator control has been placed on a form, use its DateNavigator.SchedulerControl property to associate it with the Scheduler Control.

Implements

IXtraResizableControl

Inheritance

Show 14 items

Object MarshalByRefObject Component Control DevExpress.XtraEditors.XtraControl ControlBase BaseControl BaseStyleControl CalendarControlBase CalendarControl BaseDateControl DateControl DevExpress.XtraScheduler.DateNavigatorBase DateNavigator

See Also

DateNavigator Members

Date Navigator

DateNavigator

DevExpress.XtraScheduler Namespace