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.v14.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 the AppointmentViewInfoOptions.ShowBell property from the following objects:

Object Type Path to ShowBell
AppointmentViewInfo
.Options.ShowBell
See Also