Skip to main content

AgendaAppointmentStyles.TimeCell Property

Gets the style settings defining the appearance of a time cell.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public AgendaAppointmentCellStyle TimeCell { get; }

Property Value

Type Description
AgendaAppointmentCellStyle

An AgendaAppointmentCellStyle object that contains style settings defining the appearance of a time cell.

See Also