NevronOpenVision
Nevron.Nov.UI Namespace / NCalendar Class
Fields Properties Methods Events


NCalendar Class Members

The following tables list the members exposed by NCalendar.

Public Constructors
 NameDescription
Public ConstructorDefault constructor.  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Reference to the CultureName property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the CurrentDate property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the DayOfWeekFormatMode property  
Public Fieldstatic (Shared in Visual Basic)Reference to the HeaderFormatString property  
Public Fieldstatic (Shared in Visual Basic)Reference to the HighlightToday property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the MonthFormatMode property  
Public Fieldstatic (Shared in Visual Basic)Schema associated with NCalendar.  
Public Fieldstatic (Shared in Visual Basic)Reference to the SelectedDate property.  
Public Fieldstatic (Shared in Visual Basic)  
Top
Public Properties
 NameDescription
Public PropertyGets the culture info defined by the culture name property.  
Public PropertyGets or sets the name of the culture that should to be used when displaying this schedule. By default set to null, which means that the culture of the current thread will be used.  
Public PropertyGets or sets the current date. When the current date changes the calendar navigates the current view range to the current date, without changing the selected date.  
Public PropertyGets or sets the format mode in which the day picker displays the days of the week. By default set to AbbreviatedDayName.  
Public PropertyA shortcut property that gets the day of month picker  
Public PropertyGets or sets the header format string, that defines the text representation of the current date, when the calender picker view range is set to days of months.  
Public PropertyDetermines whether to highlight today's date or not.  
Public PropertyGets or sets the format mode in which the month picker displays the months. By default set to AbbreviatedMonthName.  
Public PropertyA shortcut property that gets the month of year picker  
Public PropertyGets or sets the selected date. When the selected date has changed the calendar automatically changes the ViewRange to DaysOfMonth, and navigates to the selected date. The current date also becomes the selected date.  
Public PropertyGets or sets the current view range of the calendar.  
Public PropertyA shortcut property that gets the year of decade picker  
Top
Protected Properties
 NameDescription
Protected Internal PropertyPauses/resumes the calendar updates  
Top
Public Methods
 NameDescription
Public MethodShows a larger view range than the current one, if possible.  
Public MethodShows the next page of dates that apply for the current view range.  
Public MethodShows the prev page of dates that apply for the current view range.  
Public MethodShows a smaller view range than the current one, if possible.  
Top
Protected Methods
 NameDescription
Protected MethodCalled when the current culture has changed  
Protected MethodCalled when the current date has changed  
Protected MethodCalled when the day of week format mode has changed  
Protected MethodCalled when the header format string has changed  
Protected MethodCalled when the calendar header spinner is spinned  
Protected MethodCalled when the month picker format mode has changed  
Protected MethodCalled when the selected data has changed.  
Protected MethodCalled when the view range has changed  
Protected Internal MethodUpdates the calendar pickers and header  
Top
Public Events
 NameDescription
Public EventUI event, which occurs when the user selects a new date from the calendar.  
Top
See Also