AgendaIconCellVisibility Enum
In This Article
Lists values that specify when an icon cell is visible in the scheduler in Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Always
|
An icon cell is always shown in the scheduler. |
Any
|
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