Skip to main content
A newer version of this page is available. .
Tab

CalendarFastNavStyle Class

Provides style settings used to paint a calendar’s fast navigation panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class CalendarFastNavStyle :
    CalendarElementStyle

The following members return CalendarFastNavStyle objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCalendar.FastNavStyle
CalendarProperties.FastNavStyle
EditorStyles.CalendarFastNav
ASP.NET Bootstrap Controls BootstrapCalendar.FastNavStyle
BootstrapCalendarProperties.FastNavStyle
BootstrapDateEditCalendarProperties.FastNavStyle

Remarks

An object of the CalendarFastNavStyle type can be accessed via the ASPxCalendar.FastNavStyle property of a calendar control.

See Also