ASPxAgendaViewAppointmentDisplayOptions.IconCellVisibility Property
In This Article
Gets or sets a value specifying whether an icon cell is visible in Agenda View.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AgendaIconCellVisibility IconCellVisibility { get; set; }
#Property Value
Type | Description |
---|---|
Agenda |
One of the Agenda |
Available values:
Name | Description |
---|---|
Always | An icon cell is always shown in the scheduler. |
Any |
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 Icon |
---|---|
Agenda |
|
See Also