Skip to main content
All docs
V23.2

SchedulerDateNavigationBar.CalendarButton Property

Allows you to display the Calendar button in the Date Navigation Bar and access button settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public CalendarButtonOptions CalendarButton { get; }

Property Value

Type Description
DevExpress.XtraScheduler.CalendarButtonOptions

Stores Calendar button settings.

Remarks

The CalendarButton property allows you to access two settings:

  • Show - gets or sets whether this button should be visible;
  • BoldAppointmentDates - gets or sets whether the drop-down calendar should use the bold font style for dates that have scheduled appointments.

Bold appointment dates in Date Navigation Bar, Calendar button

Note

Add the BarManager component to the form to avoid calendar popup positioning issues when a user moves or resizes the form.

See Also