Class WeekViewDefinition
Represents a definition of a view that shows all seven week days as in day view mode.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class WeekViewDefinition : MultidayViewDefinitionBase, IWeekViewDefinition, IMultidayViewDefinition, IViewDefinition, INotifyPropertyChanged
Constructors
WeekViewDefinition()
Declaration
public WeekViewDefinition()
Fields
FirstDayOfWeekProperty
Identifies the FirstDayOfWeek property.
Declaration
public static readonly BindableProperty FirstDayOfWeekProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
IsWeekendVisibleProperty
Identifies the IsWeekendVisible property.
Declaration
public static readonly BindableProperty IsWeekendVisibleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
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>
|
IsWeekendVisible
Gets or sets a value indicating whether the weekend days are visible, so that only the work week is displayed.
Declaration
public bool IsWeekendVisible { get; set; }
Property Value
System.Boolean
|
Methods
CreateDefaultTitle()
Creates the default title for the view definition.
Declaration
protected override string CreateDefaultTitle()
Returns
System.String
|