Skip to main content

AppointmentViewInfo.ShowBell Property

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

Namespace: DevExpress.Web.ASPxScheduler.Drawing

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public bool ShowBell { get; set; }

Property Value

Type Description
Boolean

true to display a bell icon; otherwise, false.

See Also