menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ScheduleTimelineTimeSlotItemsControl - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ScheduleTimelineTimeSlotItemsControl

    Represents an items control for arranging items in time slot of timeline view.

    Inheritance
    System.Object
    ScheduleTimelineTimeSlotItemsControl
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleTimelineTimeSlotItemsControl : ItemsControl

    Constructors

    ScheduleTimelineTimeSlotItemsControl()

    Initializes a new instance of the ScheduleTimelineTimeSlotItemsControl class.

    Declaration
    public ScheduleTimelineTimeSlotItemsControl()

    Fields

    DefaultIntervalWidth

    Declaration
    public const double DefaultIntervalWidth = 24
    Field Value
    Type
    System.Double

    MajorTickStrokeProperty

    Using a DependencyProperty as the backing store for MajorTickStroke. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty MajorTickStrokeProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    MajorTickStroke

    Gets the stroke color for major ticks that represent hour in time slot.

    Declaration
    public Brush MajorTickStroke { get; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Methods

    MeasureOverride(Size)

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize
    Returns
    Type
    Windows.Foundation.Size

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved