Gets the style settings defining the appearance of a date cell.
Namespace:DevExpress.Web.ASPxScheduler
Assembly:DevExpress.Web.ASPxScheduler.v17.2.dll

Syntax
C# |
public AgendaDateCellStyle DateCell { get; }
|
VB |
Public ReadOnly Property DateCell As AgendaDateCellStyle
|
Property value
Type:
AgendaDateCellStyle
An AgendaDateCellStyle object that contains style settings defining the appearance of a date cell.

See Also