Class ScheduleDaysHeaderViewControl
Represents a header in day view.
Inheritance
System.Object
ScheduleDaysHeaderViewControl
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Schedule
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleDaysHeaderViewControl : Control, IDisposable
Constructors
ScheduleDaysHeaderViewControl()
Initializes a new instance of the ScheduleDaysHeaderViewControl class.
Declaration
public ScheduleDaysHeaderViewControl()
Fields
DateTimeProperty
Using a DependencyProperty as the backing store for DateTime. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DateTimeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
DayViewVerticalLineStrokeProperty
Using a DependencyProperty as the backing store for DayViewVerticalLineStroke. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty DayViewVerticalLineStrokeProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
IsCurrentDateProperty
Using a DependencyProperty as the backing store for IsCurrentDate. This enables animation, styling, binding, etc...
Declaration
public static readonly DependencyProperty IsCurrentDateProperty
Field Value
Type |
---|
Windows.UI.Xaml.DependencyProperty |
Properties
DateTime
Gets or sets the header date in the day view.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type |
---|
System.DateTime |
DayViewVerticalLineStroke
Gets or Sets brush to day view vertical line.
Declaration
public Brush DayViewVerticalLineStroke { get; set; }
Property Value
Type |
---|
Windows.UI.Xaml.Media.Brush |
IsCurrentDate
Gets or sets a value indicating whether the header date will be current date.
Declaration
public bool IsCurrentDate { get; set; }
Property Value
Type |
---|
System.Boolean |
Methods
Dispose()
Method to release allocated resources of ScheduleDaysHeaderViewControl.
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()
Implements
System.IDisposable