Represents Schedule Header layout.
Inheritance
System.Object
HeaderTitleBarView
Implements
System.IDisposable
Assembly: Syncfusion.SfSchedule.UWP.dll
public class HeaderTitleBarView : Control, IDisposable
Constructors
Declaration
public HeaderTitleBarView()
Fields
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 |
Declaration
public static readonly DependencyProperty EnableYearCalendarProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
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 |
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 |
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 |
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 |
Declaration
public static readonly DependencyProperty ShowCalendarProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Gets the schedule type of current view.
Declaration
public ScheduleType CurrentScheduleType { get; set; }
Property Value
Declaration
public bool EnableYearCalendar { get; set; }
Property Value
Declaration
public string HeaderDateFormat { get; set; }
Property Value
Declaration
public string HeaderFormat { get; set; }
Property Value
Declaration
public string HeaderText { get; }
Property Value
Gets the collection of selected dates.
Declaration
public ObservableCollection<DateTime> SelectedDates { get; set; }
Property Value
Type |
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
Declaration
public bool ShowCalendar { get; }
Property Value
Methods
Method to release allocated resources of HeaderTitleBarView.
Declaration
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected override void OnApplyTemplate()
Declaration
protected override void OnHolding(HoldingRoutedEventArgs e)
Parameters
Type |
Name |
Description |
Windows.UI.Xaml.Input.HoldingRoutedEventArgs |
e |
|
Implements
System.IDisposable
Extension Methods