Skip to main content

CellBodyStyle Class

Contains settings that allow you to define the appearance of the cells in the Scheduler’s Timeline view.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public class CellBodyStyle :
    AppearanceStyleBase

#Remarks

An object of the CellBodyStyle type can be accessed by the TimelineViewStyles.TimelineCellBody property.

See Also