menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleDaysView

    Represents a schedule's day view.

    Inheritance
    System.Object
    ScheduleDaysView
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleDaysView : Control, IDisposable

    Fields

    CellSelectionBrushProperty

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

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

    CurrentScheduleTypeProperty

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

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

    IntervalHeightProperty

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

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

    MajorTickTimeFormatProperty

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

    MajorTickVisibilityProperty

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

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

    MinorTickTimeFormatProperty

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

    MinorTickVisibilityProperty

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

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

    SelectedDatesProperty

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

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

    TimeIntervalProperty

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

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

    TimeModeProperty

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

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

    VisibleAppointmentsProperty

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

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

    Properties

    CellSelectionBrush

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

    CurrentScheduleType

    Gets the schedule type of current view.

    Declaration
    public ScheduleType CurrentScheduleType { get; }
    Property Value
    Type
    ScheduleType

    IntervalHeight

    Gets the height of interval in day view.

    Declaration
    public double IntervalHeight { get; }
    Property Value
    Type
    System.Double

    MajorTickTimeFormat

    Declaration
    public string MajorTickTimeFormat { get; set; }
    Property Value
    Type
    System.String

    MajorTickVisibility

    Gets the visibility of major ticks which represent hour in time slot.

    Declaration
    public Visibility MajorTickVisibility { get; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    MinorTickTimeFormat

    Declaration
    public string MinorTickTimeFormat { get; set; }
    Property Value
    Type
    System.String

    MinorTickVisibility

    Gets the visibility of minor ticks which represents minute in time slot.

    Declaration
    public Visibility MinorTickVisibility { get; }
    Property Value
    Type
    Windows.UI.Xaml.Visibility

    SelectedDates

    Gets or sets the selected dates of day view.

    Declaration
    public ObservableCollection<DateTime> SelectedDates { get; set; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<System.DateTime>

    TimeInterval

    Gets the time interval of day view which may differs based on schedule's enum "TimeInterval".

    Declaration
    public TimeInterval TimeInterval { get; }
    Property Value
    Type
    TimeInterval
    See Also
    TimeInterval

    TimeMode

    Gets the time mode of day view which may be 12 hrs or 24 hrs.

    Declaration
    public TimeModes TimeMode { get; }
    Property Value
    Type
    TimeModes

    VisibleAppointments

    Gets or sets the collection of visible appointments in day view.

    Declaration
    public ScheduleAppointmentCollection VisibleAppointments { get; set; }
    Property Value
    Type
    ScheduleAppointmentCollection
    See Also
    ScheduleAppointmentCollection

    Methods

    Dispose()

    Method to release allocated resources of ScheduleDayView.

    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

    Extension Methods

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