Class TimelineViewDefinition
Inheritance
System.Object
TimelineViewDefinition
Assembly: Telerik.WinUI.Controls.dll
Syntax
public sealed class TimelineViewDefinition : MultidayViewDefinition, INotifyPropertyChanged, ISlotConvertor
Constructors
Declaration
public TimelineViewDefinition()
Fields
Declaration
public static readonly DependencyProperty ApplyStartEndTimeToEachDayProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty GroupTickLengthProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty StretchAppointmentsProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool ApplyStartEndTimeToEachDay { get; set; }
Property Value
Declaration
protected override DateGroupDescription DateGroupDescription { get; }
Property Value
Overrides
Declaration
public TickProviderBase GroupTickLength { get; set; }
Property Value
Declaration
public bool StretchAppointments { get; set; }
Property Value
Methods
Declaration
protected TickProviderBase GetGroupTickLength()
Returns
Extension Methods