Class MonthViewDefinition
Represents definition of a view that shows 42 days in month view mode.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class MonthViewDefinition : ViewDefinitionBase, IMonthViewDefinition, IViewDefinition, INotifyPropertyChanged
Constructors
MonthViewDefinition()
Initializes a new instance of the Month
Declaration
public MonthViewDefinition()
Fields
DayMoreAppointmentsIndicatorStyleProperty
Identifies the Day
Declaration
public static readonly BindableProperty DayMoreAppointmentsIndicatorStyleProperty
Field Value
Microsoft.
|
DayNameStyleSelectorProperty
Identifies the Day
Declaration
public static readonly BindableProperty DayNameStyleSelectorProperty
Field Value
Microsoft.
|
DayStringFormatProperty
Identifies the Day
Declaration
public static readonly BindableProperty DayStringFormatProperty
Field Value
Microsoft.
|
DayStyleSelectorProperty
Identifies the Day
Declaration
public static readonly BindableProperty DayStyleSelectorProperty
Field Value
Microsoft.
|
FirstDayOfWeekProperty
Identifies the First
Declaration
public static readonly BindableProperty FirstDayOfWeekProperty
Field Value
Microsoft.
|
HorizontalLineStyleProperty
Identifies the Horizontal
Declaration
public static readonly BindableProperty HorizontalLineStyleProperty
Field Value
Microsoft.
|
LinesThicknessProperty
Identifies the Lines
Declaration
public static readonly BindableProperty LinesThicknessProperty
Field Value
Microsoft.
|
VerticalLineStyleProperty
Identifies the Vertical
Declaration
public static readonly BindableProperty VerticalLineStyleProperty
Field Value
Microsoft.
|
WeekDayStringFormatProperty
Identifies the Week
Declaration
public static readonly BindableProperty WeekDayStringFormatProperty
Field Value
Microsoft.
|
Properties
DayMoreAppointmentsIndicatorStyle
Gets or sets the style of the more indicator label when the appointments cannot be visualized.
Declaration
public Style DayMoreAppointmentsIndicatorStyle { get; set; }
Property Value
Microsoft.
|
DayNameStyleSelector
Gets or sets the style selector of the day names.
Declaration
public IStyleSelector DayNameStyleSelector { get; set; }
Property Value
DayStringFormat
Gets or sets the string format of the day date.
Declaration
public string DayStringFormat { get; set; }
Property Value
System.
|
DayStyleSelector
Gets or sets the style selector of the days.
Declaration
public IStyleSelector DayStyleSelector { get; set; }
Property Value
FirstDayOfWeek
Gets or sets the day that is considered the beginning of the week.
Declaration
public Nullable<DayOfWeek> FirstDayOfWeek { get; set; }
Property Value
System.
|
HorizontalLineStyle
Gets or sets the style of the horizontal lines.
Declaration
public Style HorizontalLineStyle { get; set; }
Property Value
Microsoft.
|
LinesThickness
Gets or sets the thickness of the lines.
Declaration
public double LinesThickness { get; set; }
Property Value
System.
|
VerticalLineStyle
Gets or sets the style of the vertical lines.
Declaration
public Style VerticalLineStyle { get; set; }
Property Value
Microsoft.
|
WeekDayStringFormat
Gets or sets the string format of the week day date.
Declaration
public string WeekDayStringFormat { get; set; }
Property Value
System.
|
Methods
CreateDefaultTitle()
Creates the default title for the view definition.
Declaration
protected override string CreateDefaultTitle()
Returns
System.
|