Back to Devexpress

EditorStyles.CalendarFastNavItemOtherPeriod Property

aspnet-devexpress-dot-web-dot-editorstyles-c862bb1b.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual CalendarFastNavItemStyle CalendarFastNavItemOtherPeriod { get; }
vb
Public Overridable ReadOnly Property CalendarFastNavItemOtherPeriod As CalendarFastNavItemStyle

Property Value

TypeDescription
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.

See Also

Calendar

Online Demo: ASPxCalendar - Inline Fast Navigation (Web Forms)

Online Demo: Calendar (MVC)

EditorStyles Class

EditorStyles Members

DevExpress.Web Namespace