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.v24.2.dll
Declaration
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