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

EditorStyles.CalendarFastNavItemOtherPeriod Property

Gets the style settings that define the appearance of the fast navigation area’s items that belong to the neighboring period.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual CalendarFastNavItemStyle CalendarFastNavItemOtherPeriod { get; }

Property Value

Type Description
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object which contains the style settings.

Remarks

The image below displays the background color changed for the fast navigation panel items that belong to the neighboring period.

ASPxCalendar-ItemsOtherPeriod

See Also