Represents definition of a view that shows multiple days as in day view mode. This view definition allows customization of the number of visible days, providing flexibility to display any number of days in a timeline format. Ideal for creating custom multi-day views beyond the standard week view.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class MultidayViewDefinition : MultidayViewDefinitionBase, INotifyPropertyChanged
Inheritance: objectViewDefinitionBaseMultidayViewDefinitionBaseMultidayViewDefinition
Implements:
Inherited Members
Constructors
public MultidayViewDefinition()
Fields
VisibleDaysProperty
BindableProperty
Identifies the VisibleDays property.
public static readonly BindableProperty VisibleDaysProperty
Properties
Gets or sets the number of visible days in the view. This property determines how many consecutive days are displayed in the multi-day view. Must be a positive integer.
public int VisibleDays { get; set; }
The number of days to display. Default is 7 days.