Skip to main content
Tab

CalendarDayCellPreparedEventArgs.Cell Property

Gets the currently processed cell of a calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public TableCell Cell { get; }

#Property Value

Type Description
TableCell

A TableCell object that is the currently processed cell.

#Remarks

Use the Cell property to customize the cell appearance.

See Also