Skip to main content
Tab

EditorStyles.CalendarFastNavYear Property

Gets the style settings that define the appearance of the years displayed in the calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual CalendarFastNavItemStyle CalendarFastNavYear { get; }

Property Value

Type Description
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object that contains the style settings.

See Also