Back to Devexpress

CalendarProperties.FastNavYearStyle Property

aspnet-devexpress-dot-web-dot-calendarproperties-a29b3c6b.md

latest1.6 KB
Original Source

CalendarProperties.FastNavYearStyle Property

Gets the style settings for the years displayed in the calendar’s fast navigation panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarFastNavItemStyle FastNavYearStyle { get; }
vb
Public ReadOnly Property FastNavYearStyle As CalendarFastNavItemStyle

Property Value

TypeDescription
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object defining the common appearance of years within the fast navigation panel.

|

Remarks

The image below displays the border settings changed for the fast navigation panel’s years.

Note

The FastNavYearStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavYearStyle property.

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace