Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / AllDayAreaHeight Property

In This Topic
    AllDayAreaHeight Property
    In This Topic
    Determines the height of All-Day area in a Day View. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Layout")>
    <C1DescriptionAttribute("C1Scheduler.AllDayAreaHeight", "Determines the height of All-Day area in a Day View.")>
    <DefaultValueAttribute(True)>
    Public Property AllDayAreaHeight As Double
    [C1Category("Layout")]
    [C1Description("C1Scheduler.AllDayAreaHeight", "Determines the height of All-Day area in a Day View.")]
    [DefaultValue(true)]
    public double AllDayAreaHeight {get; set;}
    See Also