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

EditorStyles.CalendarCellOtherPeriod Property

Gets the style settings that define the appearance of the a cell that doesn’t refer to the current period (month, year, century).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public virtual CalendarElementStyle CalendarCellOtherPeriod { get; }

Property Value

Type Description
CalendarElementStyle

A CalendarElementStyle object that contains the style settings.

See Also