menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleMonthViewHeaderControl

    Represents a month view header.

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

    Constructors

    ScheduleMonthViewHeaderControl()

    Initializes a new instance of the ScheduleMonthViewHeaderControl class.

    Declaration
    public ScheduleMonthViewHeaderControl()

    Fields

    DayOfWeekProperty

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

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

    DayTextProperty

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

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

    Properties

    DayOfWeek

    Gets or sets the day of week header in month view.

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

    DayText

    Gets or sets the month view header.

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

    Extension Methods

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