Skip to main content
Tab

ASPxCalendar.FastNavItemOtherPeriodStyle Property

Gets the style properties of the fast navigation area’s items that belongs to the neighboring period.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public CalendarFastNavItemStyle FastNavItemOtherPeriodStyle { get; }

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

This property is a wrapper of the CalendarProperties.FastNavItemOtherPeriodStyle property.

See Also