Back to Devexpress

ASPxAgendaViewAppointmentDisplayOptions.IconCellVisibility Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-aspxagendaviewappointmentdisplayoptions.md

latest2.0 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public AgendaIconCellVisibility IconCellVisibility { get; set; }
vb
Public Property IconCellVisibility As AgendaIconCellVisibility

Property Value

TypeDescription
AgendaIconCellVisibility

One of the AgendaIconCellVisibility values.

|

Available values:

NameDescription
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 TypePath to IconCellVisibility
AgendaView

.AppointmentDisplayOptions .IconCellVisibility

|

See Also

ASPxAgendaViewAppointmentDisplayOptions Class

ASPxAgendaViewAppointmentDisplayOptions Members

DevExpress.Web.ASPxScheduler Namespace