ASPxAgendaViewAppointmentDisplayOptions.IconCellVisibility Property
Gets or sets a value specifying whether an icon cell is visible in Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v25.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
| Type | Description |
|---|---|
| AgendaIconCellVisibility | One of the AgendaIconCellVisibility values. |
Available values:
| 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. |
Property Paths
You can access this nested property as listed below:
| Object Type | Path to IconCellVisibility |
|---|---|
| AgendaView |
|
See Also