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 MonthViewDefinition class.
Declaration
public MonthViewDefinition()
Fields
DayMoreAppointmentsIndicatorStyleProperty
Identifies the DayMoreAppointmentsIndicatorStyle property.
Declaration
public static readonly BindableProperty DayMoreAppointmentsIndicatorStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DayNameStyleSelectorProperty
Identifies the DayNameStyleSelector property.
Declaration
public static readonly BindableProperty DayNameStyleSelectorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DayStringFormatProperty
Identifies the DayStringFormat bindable property.
Declaration
public static readonly BindableProperty DayStringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
DayStyleSelectorProperty
Identifies the DayStyleSelector property.
Declaration
public static readonly BindableProperty DayStyleSelectorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FirstDayOfWeekProperty
Identifies the FirstDayOfWeek property.
Declaration
public static readonly BindableProperty FirstDayOfWeekProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HorizontalLineStyleProperty
Identifies the HorizontalLineStyle property.
Declaration
public static readonly BindableProperty HorizontalLineStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
LinesThicknessProperty
Identifies the LinesThickness property.
Declaration
public static readonly BindableProperty LinesThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
VerticalLineStyleProperty
Identifies the VerticalLineStyle property.
Declaration
public static readonly BindableProperty VerticalLineStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
WeekDayStringFormatProperty
Identifies the WeekDayStringFormat bindable property.
Declaration
public static readonly BindableProperty WeekDayStringFormatProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
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.Maui.Controls.Style
|
DayNameStyleSelector
Gets or sets the style selector of the day names.
Declaration
public IStyleSelector DayNameStyleSelector { get; set; }
Property Value
IStyleSelector
|
DayStringFormat
Gets or sets the string format of the day date.
Declaration
public string DayStringFormat { get; set; }
Property Value
System.String
|
DayStyleSelector
Gets or sets the style selector of the days.
Declaration
public IStyleSelector DayStyleSelector { get; set; }
Property Value
IStyleSelector
|
FirstDayOfWeek
Gets or sets the day that is considered the beginning of the week.
Declaration
public Nullable<DayOfWeek> FirstDayOfWeek { get; set; }
Property Value
System.Nullable<System.DayOfWeek>
|
HorizontalLineStyle
Gets or sets the style of the horizontal lines.
Declaration
public Style HorizontalLineStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
LinesThickness
Gets or sets the thickness of the lines.
Declaration
public double LinesThickness { get; set; }
Property Value
System.Double
|
VerticalLineStyle
Gets or sets the style of the vertical lines.
Declaration
public Style VerticalLineStyle { get; set; }
Property Value
Microsoft.Maui.Controls.Style
|
WeekDayStringFormat
Gets or sets the string format of the week day date.
Declaration
public string WeekDayStringFormat { get; set; }
Property Value
System.String
|
Methods
CreateDefaultTitle()
Creates the default title for the view definition.
Declaration
protected override string CreateDefaultTitle()
Returns
System.String
|