MindFusion.UI for WebForms Programmer's Guide

Calendar Members

Fields Methods
 


Represents a light-weight calendar control.

The following tables list the members exposed by the Calendar type.

 Public Fields

  Name Description

Dom

An object, which keeps references to various Dom elements, part of the control's structure

 Public Methods

  Name Description

advance

Advances the calendar's date with the specified number of years, months and/or days.

clearSelection

Clears the collection of selected dates.

dispose

Sys.UI.Control.dispose override.

draw

Redraws the calendar.

get_autoPostBack

Returns a value indicating whether the control should post back to the server when the selection has changed.

get_calendarStyle

Gets the calendar style.

get_culture

Gets the culture.

get_date

Gets the date of the calendar.

get_dateCssClass

Gets the CSS class used for styling date cells.

get_enabled

Gets a value indicating whether user interaction with the control is allowed.

get_paddingDateCssClass

Gets the CSS class used for styling padding date cells.

get_selectedDateCssClass

Gets the CSS class used for styling selected date cells.

get_selectionMode

Gets the selection mode.

getDateCell

Gets the cell object corresponding to the specified date.

getSelection

Gets the collection of selected dates.

initialize

Sys.UI.Control.initialize override.

postback

Initiates a postback.

preparePostback

Prepares the Calendar for a subsequent postback.

select

Adds the specified Date or Date Array to the collection of selected dates.

selectRange

Adds the specified range of dates to the collection of selected dates.

set_autoPostBack

Sets a value indicating whether the control should post back to the server when the selection has changed.

set_calendarStyle

Sets the calendar style.

set_culture

Sets the culture.

set_date

Sets the date of the calendar.

set_dateCssClass

Sets the CSS class used for styling date cells.

set_enabled

Sets a value indicating whether user interaction with the control is allowed.

set_paddingDateCssClass

Sets the CSS class used for styling padding date cells.

set_selectedDateCssClass

Sets the CSS class used for styling selected date cells.

set_selectionMode

Sets the selection mode.

 See Also