menu

UWP

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

    Show / Hide Table of Contents

    Class ScheduleHorizontalDaysHeaderViewControl

    Represents a timeline view header.

    Inheritance
    System.Object
    ScheduleHorizontalDaysHeaderViewControl
    Namespace: Syncfusion.UI.Xaml.Schedule
    Assembly: Syncfusion.SfSchedule.UWP.dll
    Syntax
    public class ScheduleHorizontalDaysHeaderViewControl : Control

    Constructors

    ScheduleHorizontalDaysHeaderViewControl()

    Initializes a new instance of the ScheduleHorizontalDaysHeaderViewControl class.

    Declaration
    public ScheduleHorizontalDaysHeaderViewControl()

    Fields

    HeaderBrushProperty

    Using a DependencyProperty as the backing store for HeaderBrush. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty HeaderBrushProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    TextForegroundProperty

    Using a DependencyProperty as the backing store for TextForeground. This enables animation, styling, binding, etc...

    Declaration
    public static readonly DependencyProperty TextForegroundProperty
    Field Value
    Type
    Windows.UI.Xaml.DependencyProperty

    Properties

    HeaderBrush

    Gets or sets the background color for timeline view header.

    Declaration
    public Brush HeaderBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    TextForeground

    Gets or sets the text color for timeline view header.

    Declaration
    public Brush TextForeground { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Extension Methods

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