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

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.v19.2.dll

Declaration

public bool ShowBell { get; set; }

Property Value

Type Description
Boolean

true to display a bell icon; otherwise, false.

See Also