AgendaAppointmentStyles.IconCell Property
In This Article
Gets the style settings defining the appearance of a cell displaying appointment icons.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public AgendaAppointmentCellStyle IconCell { get; }
#Property Value
Type | Description |
---|---|
Agenda |
An Agenda |
#Remarks
The style settings available through this property affect the layout cell displaying the reminder and recurrence icons.
See Also