Click or drag to resize
MonthYearFastNavigationSettings Class
The MonthYearFastNavigationSettings class can be used to configure KaxCalendar's client-side fast navigation.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsMonthYearFastNavigationSettings

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class MonthYearFastNavigationSettings : ObjectWithState

The MonthYearFastNavigationSettings type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldowner
Top
Properties
  NameDescription
Public propertyCancelButtonText
Gets or sets the value of the "Cancel" button caption;
Public propertyDateIsOutOfRangeMessage
Gets or sets the value of the "Date is out of range" error message.
Public propertyEnableScreenBoundaryDetection
Gets or sets whether the screen boundaries should be taken into consideration when the Fast Navigation Popup is displayed.
Public propertyEnableTodayButtonSelection
Gets or sets the value indicating whether the Today button should perform date selection or simple navigation.
Public propertyHideAnimation
Public propertyOkButtonText
Gets or sets the value of the "OK" button caption;
Public propertyShowAnimation
Public propertyTodayButtonText
Gets or sets the value of the "Today" button caption;
Top
See Also