ClassDayViewDefinition
Class
Represents a definition of a view that shows a single day in day view mode. This view provides a detailed timeline view of a single day with hourly time slots, allowing users to see appointments throughout the day with precise time positioning.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class DayViewDefinition : MultidayViewDefinitionBase, INotifyPropertyChanged
Inheritance: objectViewDefinitionBaseMultidayViewDefinitionBaseDayViewDefinition
Implements:
Inherited Members
Constructors
DayViewDefinition()
Declaration
cs-api-definition
public DayViewDefinition()
Methods
CreateDefaultTitle()
Creates the default title for the view definition.
Declaration
cs-api-definition
protected override string CreateDefaultTitle()
Returns
Overrides