Skip to main content
Tab

CalendarPickerViewCellPreparedEventArgs.Cell Property

Provides access to the processed cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TableCell Cell { get; }

Property Value

Type Description
TableCell

A TableCell object that represents the processed cell.

See Also