Back to Devexpress

AgendaIconCellVisibility Enum

aspnet-devexpress-dot-web-dot-aspxscheduler-d646ba4e.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public enum AgendaIconCellVisibility
vb
Public Enum AgendaIconCellVisibility

Members

NameDescription
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.

|

The following properties accept/return AgendaIconCellVisibility values:

See Also

DevExpress.Web.ASPxScheduler Namespace