Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

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:

See Also