Skip to main content

AppointmentViewInfoOptions.ShowBell Property

Gets or sets whether to display a bell icon indicating an associated reminder.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool ShowBell { get; set; }

Property Value

Type Description
Boolean

true to display a bell icon; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowBell
Cross-Platform Class Library IAppointmentViewInfo
.Options .ShowBell
WinForms Controls AppointmentViewInfo
.Options .ShowBell
WPF Controls AppointmentViewInfo
.Options .ShowBell
ASP.NET Web Forms Controls AppointmentViewInfo
.Options .ShowBell
See Also