Skip to main content
Tab

EditorStyles.CalendarFastNavMonth Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual CalendarFastNavItemStyle CalendarFastNavMonth { get; }

Property Value

Type Description
CalendarFastNavItemStyle

A CalendarFastNavItemStyle object that contains the style settings.

See Also