Skip to main content
A newer version of this page is available. .

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.v20.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:

Library Object Type Path to IconCellVisibility
ASP.NET Controls and MVC Extensions AgendaView
.AppointmentDisplayOptions .IconCellVisibility
ASP.NET Bootstrap Controls BootstrapAgendaView
.AppointmentDisplayOptions .IconCellVisibility
ASP.NET MVC Extensions MVCxSchedulerAgendaView
.AppointmentDisplayOptions .IconCellVisibility
See Also