menu

UWP

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

    Show / Hide Table of Contents

    Class HeaderTitleBarView

    Represents Schedule Header layout.

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

    Constructors

    HeaderTitleBarView()

    Initializes a new instance of the HeaderTitleBarView class.

    Declaration
    public HeaderTitleBarView()

    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

    EnableYearCalendarProperty

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

    HeaderDateFormatProperty

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

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

    HeaderFormatProperty

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

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

    HeaderTextProperty

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

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

    ShowCalendarProperty

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

    Properties

    CurrentScheduleType

    Gets the schedule type of current view.

    Declaration
    public ScheduleType CurrentScheduleType { get; set; }
    Property Value
    Type
    ScheduleType
    See Also
    ScheduleType

    EnableYearCalendar

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

    HeaderDateFormat

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

    HeaderFormat

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

    HeaderText

    Gets the header as text.

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

    SelectedDates

    Gets the collection of selected dates.

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

    ShowCalendar

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

    Methods

    Dispose()

    Method to release allocated resources of HeaderTitleBarView.

    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()

    OnHolding(HoldingRoutedEventArgs)

    Declaration
    protected override void OnHolding(HoldingRoutedEventArgs e)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Input.HoldingRoutedEventArgs e

    Implements

    System.IDisposable

    Extension Methods

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