aspnet-devexpress-dot-web-70e4d773.md
Contains settings specific to a calendar’s fast navigation panel.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class CalendarFastNavProperties :
PropertiesBase
Public Class CalendarFastNavProperties
Inherits PropertiesBase
The following members return CalendarFastNavProperties objects:
Properties exposed by the CalendarFastNavProperties class allows the fast navigation panel’s availability to be controlled (CalendarFastNavProperties.Enabled), the text for the Ok and Cancel buttons to be defined (CalendarFastNavProperties.OkButtonText, CalendarFastNavProperties.CancelButtonText) and the panel’s popup animation to be disabled (CalendarFastNavProperties.EnablePopupAnimation).
Object StateManager PropertiesBase CalendarFastNavProperties BootstrapCalendarFastNavProperties
See Also