Skip to main content
A newer version of this page is available. .
All docs
V20.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.v20.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

See Also