menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleWeekView

    Represents a schedule's Week view.

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

    Constructors

    ScheduleWeekView()

    Initializes a new instance of the ScheduleWeekView class.

    Declaration
    public ScheduleWeekView()

    Fields

    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

    FirstDayOfWeekProperty

    Declaration
    public static readonly DependencyProperty FirstDayOfWeekProperty
    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

    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

    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

    ShowAppointmentsInlineProperty

    Declaration
    public static readonly DependencyProperty ShowAppointmentsInlineProperty
    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

    currentdate

    Declaration
    public DateTime currentdate { get; set; }
    Property Value
    Type
    System.DateTime

    CurrentScheduleType

    Gets the schedule type of current view.

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

    FirstDayOfWeek

    Declaration
    public DayOfWeek FirstDayOfWeek { get; }
    Property Value
    Type
    System.DayOfWeek

    IntervalHeight

    Gets the height of interval in Week view.

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

    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

    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 Week view.

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

    ShowAppointmentsInline

    Declaration
    public bool ShowAppointmentsInline { get; set; }
    Property Value
    Type
    System.Boolean

    TimeInterval

    Gets the time interval of Week 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 Week 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 Week view.

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

    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

    Extension Methods

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