menu

UWP

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

    Show / Hide Table of Contents

    Class WeekViewItem

    Specifies a control to present week view items of Schedule control.

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

    Constructors

    WeekViewItem()

    Initializes a new instance of the WeekViewItem class.

    Declaration
    public WeekViewItem()

    Fields

    AppointmentCollectionProperty

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

    AppointmentVisibilityProperty

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

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

    CurrentDateBackgroundProperty

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

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

    DateProperty

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

    DatesProperty

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

    DaysProperty

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

    EventCountProperty

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

    EventCountVisibilityProperty

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

    Properties

    AppointmentCollection

    Gets or sets the appointment for schedule WeekView appointment.

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

    AppointmentVisibility

    Gets the AppointmentVisibility for current date in month view.

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

    CurrentDateBackground

    Gets the background for current date in month view.

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

    Date

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

    Dates

    Gets or sets the Dates for schedule Week View.

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

    Days

    Gets or sets the Days for schedule Week View.

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

    EventCount

    Gets or sets the Dates for schedule Week View.

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

    EventCountVisibility

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

    Extension Methods

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