Class MultidayViewDefinition
Represents definition of a view that shows multiple days as in day view mode.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class MultidayViewDefinition : MultidayViewDefinitionBase, IMultidayViewDefinition, IViewDefinition, INotifyPropertyChanged
Constructors
MultidayViewDefinition()
Declaration
public MultidayViewDefinition()
Fields
VisibleDaysProperty
Identifies the VisibleDays property.
Declaration
public static readonly BindableProperty VisibleDaysProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
VisibleDays
Gets or sets the number of visible days in the view.
Declaration
public int VisibleDays { get; set; }
Property Value
System.Int32
|