ClassMultidayViewDefinition
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
MultidayViewDefinition()
Declaration
public MultidayViewDefinition()
Fields
VisibleDaysProperty
Identifies the VisibleDays property.
Declaration
public static readonly BindableProperty VisibleDaysProperty
Field Value
BindableProperty
Properties
VisibleDays
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.
Declaration
public int VisibleDays { get; set; }
Property Value
The number of days to display. Default is 7 days.