CalendarProperties.FastNavItemOtherPeriodStyle Property
Gets the style properties of the fast navigation area’s items that belong to the neighboring period.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| CalendarFastNavItemStyle | A CalendarFastNavItemStyle object defining the appearance of the fast navigation area’s items that belong to the neighboring period. |
Remarks
The image below displays the background color changed for the fast navigation panel items that belong to the neighboring period.

Note
- The FastNavItemOtherPeriodStyle property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline.
- The FastNavItemOtherPeriodStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavItemOtherPeriodStyle property.
See Also