CellBodyStyle Class
In This Article
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
#Related API Members
The following members return CellBodyStyle objects:
#Remarks
An object of the CellBodyStyle type can be accessed by the TimelineViewStyles.TimelineCellBody property.
#Inheritance
See Also