AgendaViewStyles.EmptyCell Property
Gets the style settings defining the appearance of an empty layout cell.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public AgendaEmptyCellStyle EmptyCell { get; }
Public ReadOnly Property EmptyCell As AgendaEmptyCellStyle
Property Value
Type | Description |
---|---|
AgendaEmptyCellStyle | An AgendaEmptyCellStyle object that contains style settings defining the appearance of an empty cell. |
Available values:
Name | Description |
---|---|
Height | Gets or sets the cell height. |
AgendaEmptyCellStyle() | Initializes a new instance of the AgendaEmptyCellStyle class with default settings. |
AssignToControl(WebControl, AttributesRange) | For internal use only. |
See Also
Feedback