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

AgendaIconCellVisibility Enum

Lists values that specify when an icon cell is visible in the scheduler in Agenda View.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public enum AgendaIconCellVisibility

Members

Name Description
Always

An icon cell is always shown in the scheduler.

AnyIconShown

An icon cell is shown if any appointment contains a reminder. Otherwise, the icon cell is hidden.

Related API Members

The following properties accept/return AgendaIconCellVisibility values:

Remarks

The values listed by this enumeration are used to set the ASPxAgendaViewAppointmentDisplayOptions.IconCellVisibility property.

See Also