Class YearHeaderView
Inheritance
System.Object
YearHeaderView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class YearHeaderView : Control, IDisposable
Constructors
YearHeaderView()
Declaration
public YearHeaderView()
Fields
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 |
YearHeaderTextProperty
Using a DependencyProperty as the backing store for HeaderText. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty YearHeaderTextProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
SelectedDates
Declaration
public ObservableCollection<DateTime> SelectedDates { get; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<System.DateTime> |
YearHeaderText
Declaration
public string YearHeaderText { get; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Method to release allocated resources of YearHeaderView.
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