Back to Devexpress

CalendarProperties.FastNavYearAreaStyle Property

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

latest1.6 KB
Original Source

CalendarProperties.FastNavYearAreaStyle Property

Gets the style properties for the fast navigation panel’s section that displays years.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CalendarElementStyle FastNavYearAreaStyle { get; }
vb
Public ReadOnly Property FastNavYearAreaStyle As CalendarElementStyle

Property Value

TypeDescription
CalendarElementStyle

A CalendarElementStyle object defining the appearance of the fast navigation panel’s year section.

|

Remarks

The image below displays the background color changed for the fast navigation panel’s year area.

Note

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

See Also

Calendar

CalendarProperties Class

CalendarProperties Members

DevExpress.Web Namespace