Skip to main content
Tab

CalendarFastNavProperties Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class CalendarFastNavProperties :
    PropertiesBase

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

See Also