Back to Devexpress

CalendarFastNavProperties Class

aspnet-devexpress-dot-web-70e4d773.md

latest2.5 KB
Original Source

CalendarFastNavProperties Class

Contains settings specific to a calendar’s fast navigation panel.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CalendarFastNavProperties :
    PropertiesBase
vb
Public Class CalendarFastNavProperties
    Inherits PropertiesBase

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

IStateManager

Inheritance

Object StateManager PropertiesBase CalendarFastNavProperties BootstrapCalendarFastNavProperties

See Also

CalendarFastNavProperties Members

Calendar

DevExpress.Web Namespace