menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleCollapsedHour

    Represents a Schedule's Collapsed hour.

    Inheritance
    System.Object
    ScheduleCollapsedHour
    Namespace: Syncfusion.UI.Xaml.Schedule
    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
    Type
    System.Int32

    StartHour

    Declaration
    public int StartHour { get; set; }
    Property Value
    Type
    System.Int32

    Extension Methods

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