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

AgendaAppointmentStyles.TimeCell Property

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

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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