Class DayViewDefinition
Inherited Members
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class DayViewDefinition : MultidayViewDefinition, INotifyPropertyChanged, ISlotConvertor
Constructors
DayViewDefinition()
Declaration
public DayViewDefinition()
Fields
EnableSmallAppointmentRenderingProperty
Declaration
public static readonly DependencyProperty EnableSmallAppointmentRenderingProperty
Field Value
Microsoft.
|
ShowAllDayAreaProperty
Declaration
public static readonly DependencyProperty ShowAllDayAreaProperty
Field Value
Microsoft.
|
ShowWeekGroupHeadersProperty
Declaration
public static readonly DependencyProperty ShowWeekGroupHeadersProperty
Field Value
Microsoft.
|
WeekGroupHeaderStringFormatProperty
Declaration
public static readonly DependencyProperty WeekGroupHeaderStringFormatProperty
Field Value
Microsoft.
|
Properties
EnableSmallAppointmentRendering
Declaration
public bool EnableSmallAppointmentRendering { get; set; }
Property Value
System.
|
ShowAllDayArea
Declaration
public bool ShowAllDayArea { get; set; }
Property Value
System.
|
ShowWeekGroupHeaders
Declaration
public bool ShowWeekGroupHeaders { get; set; }
Property Value
System.
|
WeekGroupHeaderStringFormat
Declaration
public string WeekGroupHeaderStringFormat { get; set; }
Property Value
System.
|
Methods
CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
Declaration
protected override Slot CreateRecurringSlot(IDateSpan from, IDateSpan to, DayOfWeek firstDayOfWeek)
Parameters
Returns
Overrides
FormatVisibleRangeText(IFormatProvider, DateTime, DateTime, DateTime)
Declaration
protected override string FormatVisibleRangeText(IFormatProvider formatInfo, DateTime rangeStart, DateTime rangeEnd, DateTime currentDate)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
FormatWeekGroupHeaderName(IFormatProvider, IList<DateTime>, Int32)
Declaration
protected override string FormatWeekGroupHeaderName(IFormatProvider formatInfo, IList<DateTime> dates, int weekNumber)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
GetShowWeekGroupHeaders()
Declaration
protected override bool GetShowWeekGroupHeaders()
Returns
System.
|