CalendarFastNavProperties Class
Contains settings specific to a calendar’s fast navigation panel.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
The following members return CalendarFastNavProperties objects:
Remarks
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).
Implements
Inheritance
Object
StateManager
PropertiesBase
CalendarFastNavProperties
See Also