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.UI.Xaml.DependencyProperty
|
ShowAllDayAreaProperty
Declaration
public static readonly DependencyProperty ShowAllDayAreaProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
ShowWeekGroupHeadersProperty
Declaration
public static readonly DependencyProperty ShowWeekGroupHeadersProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
WeekGroupHeaderStringFormatProperty
Declaration
public static readonly DependencyProperty WeekGroupHeaderStringFormatProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
EnableSmallAppointmentRendering
Declaration
public bool EnableSmallAppointmentRendering { get; set; }
Property Value
|
System.Boolean
|
ShowAllDayArea
Declaration
public bool ShowAllDayArea { get; set; }
Property Value
|
System.Boolean
|
ShowWeekGroupHeaders
Declaration
public bool ShowWeekGroupHeaders { get; set; }
Property Value
|
System.Boolean
|
WeekGroupHeaderStringFormat
Declaration
public string WeekGroupHeaderStringFormat { get; set; }
Property Value
|
System.String
|
Methods
CreateRecurringSlot(IDateSpan, IDateSpan, DayOfWeek)
Declaration
protected override Slot CreateRecurringSlot(IDateSpan from, IDateSpan to, DayOfWeek firstDayOfWeek)
Parameters
|
IDateSpan
from
|
|
IDateSpan
to
|
|
System.DayOfWeek
firstDayOfWeek
|
Returns
|
Slot
|
Overrides
FormatVisibleRangeText(IFormatProvider, DateTime, DateTime, DateTime)
Declaration
protected override string FormatVisibleRangeText(IFormatProvider formatInfo, DateTime rangeStart, DateTime rangeEnd, DateTime currentDate)
Parameters
|
System.IFormatProvider
formatInfo
|
|
System.DateTime
rangeStart
|
|
System.DateTime
rangeEnd
|
|
System.DateTime
currentDate
|
Returns
|
System.String
|
Overrides
FormatWeekGroupHeaderName(IFormatProvider, IList<DateTime>, Int32)
Declaration
protected override string FormatWeekGroupHeaderName(IFormatProvider formatInfo, IList<DateTime> dates, int weekNumber)
Parameters
|
System.IFormatProvider
formatInfo
|
|
System.Collections.Generic.IList<System.DateTime>
dates
|
|
System.Int32
weekNumber
|
Returns
|
System.String
|
Overrides
GetShowWeekGroupHeaders()
Declaration
protected override bool GetShowWeekGroupHeaders()
Returns
|
System.Boolean
|