Class ScheduleTimeLineItemsControl
Represents an items control for arranging time lines.
Inheritance
System.Object
ScheduleTimeLineItemsControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleTimeLineItemsControl : Control, IDisposable
Constructors
ScheduleTimeLineItemsControl()
Initializes a new instance of the ScheduleTimeLineItemsControl class.
Declaration
public ScheduleTimeLineItemsControl()
Fields
DefaultIntervalHeight
Declaration
public const double DefaultIntervalHeight = 40
Field Value
Type |
---|
System.Double |
MaxValue
Declaration
public static int MaxValue
Field Value
Type |
---|
System.Int32 |
MinValue
Declaration
public static int MinValue
Field Value
Type |
---|
System.Int32 |
Methods
Dispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Implements
System.IDisposable