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

CalendarDayCellPreparedEventArgs.Cell Property

Gets the currently processed cell of a calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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