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

AgendaViewStyles.EmptyCell Property

Gets the style settings defining the appearance of an empty layout cell.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

Declaration

public AgendaEmptyCellStyle EmptyCell { get; }

Property Value

Type Description
AgendaEmptyCellStyle

An AgendaEmptyCellStyle object that contains style settings defining the appearance of an empty cell.

See Also