The following tables list the members exposed by CalendarLayout.
Name | Description | |
---|---|---|
CalendarLayout Constructor | Default constructor. |
Name | Description | |
---|---|---|
AllowNull | Ability to unselect a date in the calendar. | |
Calendar | Reference to the WebCalendar. | |
CalendarStyle | Style that is applied to the html-element that renders the calendar. | |
CellPadding | Padding of day cells in the calendar. | |
CellSpacing | Spacing between cells of days in the calendar. | |
ChangeMonthToDateClicked | Automatically change the displayed month when a day located on the next or previous month was selected. | |
Culture | The System.Globalization.CultureInfo.DateTimeFormat property of the System.Globalization.CultureInfo object is used by the control. | |
DayHeaderStyle | Style that is applied to the html-elements that render the names of days of the week in the calendar. | |
DayNameFormat | Format of text strings that represent days of the week: full, short, 2 letters, 1 letter. | |
DayStyle | Style that is applied to the html-elements that render days of the month. | |
DropDownStyle | Style that is applied to the html-elements that render month and year selectors with drop-down lists. | |
DropDownYearsNumber | Number of items in the drop-down list of years. | |
EnableWeekNumbers | Gets sets an option to show week numbers. | |
FirstDayOfWeek | First day of the week used by the calendar: Sunday, Monday, etc. | |
FooterFormat | Format of the string that appears on the footer of the calendar. | |
FooterStyle | Style that is applied to the html-element that renders the footer area of the calendar. | |
FooterTemplate | The template property used to fill the footer at design time. | |
GridLineColor | Color of horizontal and vertical grid lines between days in the calendar. | |
HideOtherMonthDays | Hide day numbers in day-cells that belong to previous and next months. | |
MaxDate | Maximum date that can be selected in the calendar. Note: if the calendar is used as drop-down of WebDateChooser, then this property has no effect. | |
MinDate | Minimum date that can be selected in the calendar. Note: if the calendar is used as drop-down of WebDateChooser, then this property has no effect. | |
MonthSelectorWidth | Width of the drop-down month selector. | |
NextMonthAlternateText | Value of the alt attribute for the html element which represents the next month button. | |
NextMonthImageUrl | Image that appears on the active area in the calendar that allows you to increment the displayed month. | |
NextMonthText | Text that appears on the active area in the calendar that allows you to increment the displayed month. | |
NextPrevFormat | Format of text strings that appear on the active areas of the calendar that allow you to increment and decrement the displayed month. | |
NextPrevStyle | Style that is applied to the html-elements that render active aeras in the calendar used to increment and decrement the displayed month. | |
OtherMonthDayStyle | Style that is applied to the html-elements that render days of the next and previous months. | |
PrevMonthAlternateText | Value of the alt attribute for the html element which represents the previous month button. | |
PrevMonthImageUrl | Image that appears on the active area in the calendar that allows you to decrement the displayed month. | |
PrevMonthText | Text that appears on the active area in the calendar that allows you to decrement the displayed month. | |
ReadOnly | Ability to change the selected date in the calendar. | |
SelectedDate | Selected date in the calendar. Note: if the calendar is used as a drop-down of WebDateChooser, then this property has no effect. | |
SelectedDayStyle | Style that is applied to the html-element that renders the selected day. | |
ShowFooter | Visibility of the footer area in the calendar which may display the current-date-button or a template. | |
ShowGridLines | Visibility of horizontal and vertical grid lines between days in the calendar. | |
ShowMonthDropDown | Visibility of the selector with the drop-down list of months that allows you to change the visible month in the calendar. | |
ShowNextPrevMonth | Visibility of the active areas in the calendar that allow you to increment and decrement the displayed month. | |
ShowTitle | Visibility of the text string in the calendar that shows the displayed month and year. | |
ShowYearDropDown | Visibility of the selector with a drop-down list of years that allows you to change the visible year in the calendar. | |
TitleFormat | Format of the text string in the calendar that shows the displayed month and year. | |
TitleStyle | Style that is applied to the html-element that renders the title area of the calendar. | |
TodayDayStyle | Style that is applied to the html-element that renders the today day. | |
VisibleDayNames | Visibility of the text strings that represent days of the week: all, only week-days, none. | |
VisibleMonth | Currently displayed month and year in the calendar. Note: if the calendar is used as a drop-down of WebDateChooser, then this property has no effect. | |
WeekendDayStyle | Style that is applied to the html-elements that render days of the weekends. | |
WeekendStylePriority | Priority of the WeekendDayStyle over the OtherMonthDayStyle. | |
WeekNumberStyle | Style that is applied to the html-elements that render the week numbers in the calendar. | |
WeekRule | Gets sets rule for week numbers. | |
YearSelectorWidth | Width of the drop-down year selector. |
Name | Description | |
---|---|---|
ViewState |
Name | Description | |
---|---|---|
Reset | Reset all properties besides the FooterTemplate to thier defaults. | |
ResetAppearance | Reset only properties that are used by CalendarStylePresets class. | |
ToString | String formatted for visual designer. |