Xuni Product Documentation - Xamarin.Forms
XuniCalendar Class Properties

For a list of all members of this type, see XuniCalendar members.

Public Properties
 NameDescription
Public PropertyActualDisplayDateGets the actual DisplayDate considering MinDate and MaxDate.  
Public PropertyActualFirstDayOfWeekGets the actual first day of week, if FirstDayOfWeek is not specified the value will be get from the system.  
Public PropertyActualMaxDateGets the actual MaxDate.  
Public PropertyActualMinDateGets the actual MinDate.  
Public PropertyAdjacentDaySlotTemplate Gets or sets a data template that defines the UI representation for a single adjacent day on the calendar.  
Public PropertyAdjacentDayTextColor Gets or sets the color of the adjacent days text.  
Public PropertyAnchorX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAnchorY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyAutomationId (Inherited from Xamarin.Forms.Element)
Public PropertyBackgroundColor (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBehaviors (Inherited from Xamarin.Forms.VisualElement)
Public PropertyBindingContext (Inherited from Xamarin.Forms.BindableObject)
Public PropertyBorderColor Gets or sets the color of the calendar's border.  
Public PropertyBorderWidth Gets or sets the width of the calendar's border.  
Public PropertyBounds (Inherited from Xamarin.Forms.VisualElement)
Public PropertyCanGoBack Gets a value indicating whether it is possible to navigate backwards.  
Public PropertyCanGoForward Gets a value indicating whether it is possible to navigate forward.  
Public PropertyChildren (Inherited from Xamarin.Forms.Layout<View>)
Public PropertyClassId (Inherited from Xamarin.Forms.Element)
Public PropertyDayBorderColor Gets or sets the color used for the border between day slots.  
Public PropertyDayBorderWidth Gets or sets the border thickness between day slots.  
Public PropertyDayOfWeekBackgroundColor Gets or sets the background color for the day of week slots.  
Public PropertyDayOfWeekFontAttributes Gets or sets a value indicating whether the day of week font is bold, italic or neither.  
Public PropertyDayOfWeekFontFamily Gets or sets the day of week font family.  
Public PropertyDayOfWeekFontSize Gets or sets the font size for the day of weeks.  
Public PropertyDayOfWeekFormat Gets or sets the format string which is used for representing day of week names.  
Public PropertyDayOfWeekSlotTemplate Gets or sets a data template that defines the UI representation for a day of the week.  
Public PropertyDayOfWeekTextColor Gets or sets the color of the text displayed in the day of week slots.  
Public PropertyDaySlotTemplate Gets or sets a data template that defines the UI representation for a single day of the month.  
Public PropertyDisabledTextColor Gets or sets the color for the text of disabled slots.  
Public PropertyDisplayDate Gets or sets a value specifying the currently displayed date of the year.  
Public PropertyEffects (Inherited from Xamarin.Forms.Element)
Public PropertyFirstDayOfWeek Gets or sets a value that represents the first day of the week, the one displayed in the first column of the calendar.  
Public PropertyFontFamily Gets or sets the font family for the calendar.  
Public PropertyFontSize Gets or sets the size of the font for the calendar.  
Public PropertyGestureRecognizers (Inherited from Xamarin.Forms.View)
Public PropertyHeaderBackgroundColor Gets or sets the background color for the header.  
Public PropertyHeaderFontAttributes Gets or sets a value indicating whether the header font is bold, italic, or neither.  
Public PropertyHeaderFontFamily Gets or sets the font family for the header text.  
Public PropertyHeaderFontSize Gets or sets the size of the font for the header text.  
Public PropertyHeaderMonthFormatGets or sets the format used to display the month of the year when the ViewMode is CalendarViewMode.Month.  
Public PropertyHeaderTextColor Gets or sets the color for the header text.  
Public PropertyHeight (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyHorizontalOptions (Inherited from Xamarin.Forms.View)
Public PropertyId (Inherited from Xamarin.Forms.Element)
Public PropertyInputTransparent (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsAnimated Gets or sets whether the control is animated during navigation.  
Public PropertyIsClippedToBounds (Inherited from Xamarin.Forms.Layout)
Public PropertyIsEnabled (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsFocused (Inherited from Xamarin.Forms.VisualElement)
Public PropertyIsVisible (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMargin (Inherited from Xamarin.Forms.View)
Public PropertyMaxDate Gets or sets the latest date that the user can select in the calendar.  
Public PropertyMaxSelectionCount Gets or sets the maximum number of days that can be selected.  
Public PropertyMinDate Gets or sets the earliest date that the user can select in the calendar.  
Public PropertyMinimumHeightRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyMinimumWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyNavigateAnimation Gets an object containing the animation settings that will be applied when navigating backwards or forward.  
Public PropertyNavigation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOpacity (Inherited from Xamarin.Forms.VisualElement)
Public PropertyOrientation Gets or sets a value indicating which orientation the calendar navigates.  
Public PropertyPadding (Inherited from Xamarin.Forms.Layout)
Public PropertyParent (Inherited from Xamarin.Forms.Element)
Public PropertyParentView (Inherited from Xamarin.Forms.Element)
Public PropertyResources (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotation (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyRotationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyScale (Inherited from Xamarin.Forms.VisualElement)
Public PropertySelectedDate Gets or sets the currently selected date.  
Public PropertySelectedDates Gets or sets the list of selected dates.  
Public PropertySelectionBackgroundColor Gets or sets the color used to highlight selected dates.  
Public PropertySelectionTextColor Gets or sets the color for selected date text.  
Public PropertyShowHeader Gets or sets a value indicating whether the control displays the header area with the current month and navigation buttons.  
Public PropertyShowNavigationButtons Gets or sets a value indicating whether the control displays the default navigation buttons.  
Public PropertyStyle (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleClass (Inherited from Xamarin.Forms.VisualElement)
Public PropertyStyleId (Inherited from Xamarin.Forms.Element)
Public PropertyTextColor Gets or sets the color of the text within the calendar.  
Public PropertyTodayBackgroundColor Gets or sets the color used to highlight the background of the today day slot.  
Public PropertyTodayFontAttributes Gets or sets a value indicating whether the today text is bold, italic, or neither.  
Public PropertyTodayTextColor Gets or sets the color for the text of the today day slot.  
Public PropertyTranslationX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTranslationY (Inherited from Xamarin.Forms.VisualElement)
Public PropertyTriggers (Inherited from Xamarin.Forms.VisualElement)
Public PropertyVerticalOptions (Inherited from Xamarin.Forms.View)
Public PropertyViewMode Gets or sets a value indicating whether the calendar displays a month, year or decade view.  
Public PropertyViewModeAnimationGets an object containing the animation settings that will be applied when changing the ViewMode.  
Public PropertyWidth (Inherited from Xamarin.Forms.VisualElement)
Public PropertyWidthRequest (Inherited from Xamarin.Forms.VisualElement)
Public PropertyX (Inherited from Xamarin.Forms.VisualElement)
Public PropertyY (Inherited from Xamarin.Forms.VisualElement)
Top
See Also

Reference

XuniCalendar Class
Xuni.Forms.Calendar Namespace