Skip to main content

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AgendaIconCellVisibility IconCellVisibility { get; set; }

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
.AppointmentDisplayOptions .IconCellVisibility
See Also