Class ScheduleCollapsedHour
Represents a Schedule's Collapsed hour.
Inheritance
System.Object
ScheduleCollapsedHour
Assembly: Syncfusion.SfSchedule.UWP.dll
Syntax
public class ScheduleCollapsedHour : DependencyObject
Constructors
ScheduleCollapsedHour()
Declaration
public ScheduleCollapsedHour()
Fields
BackgroundProperty
Declaration
public static readonly DependencyProperty BackgroundProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
EndHourProperty
Declaration
public static readonly DependencyProperty EndHourProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
StartHourProperty
Declaration
public static readonly DependencyProperty StartHourProperty
Field Value
Type |
Windows.UI.Xaml.DependencyProperty |
Properties
Background
Declaration
public Brush Background { get; set; }
Property Value
Type |
Windows.UI.Xaml.Media.Brush |
EndHour
Declaration
public int EndHour { get; set; }
Property Value
StartHour
Declaration
public int StartHour { get; set; }
Property Value
Extension Methods