Skip to main content
A newer version of this page is available. .

AppointmentViewInfoOptions.ShowBell Property

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

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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 Controls and MVC Extensions AppointmentViewInfo
.Options.ShowBell
See Also