menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerHeaderDetails - API Reference

    Show / Hide Table of Contents

    Class SchedulerHeaderDetails

    Represents a class that hold the details of the scheduler header view to be used in header template.

    Inheritance
    System.Object
    SchedulerHeaderDetails
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerHeaderDetails : Object

    Constructors

    SchedulerHeaderDetails()

    Declaration
    public SchedulerHeaderDetails()

    Properties

    AllowedViews

    Gets the scheduler allowed views.

    Declaration
    public SchedulerViews AllowedViews { get; }
    Property Value
    Type Description
    SchedulerViews

    EndDate

    Gets the end date of scheduler visible dates.

    Declaration
    public DateTime EndDate { get; }
    Property Value
    Type Description
    System.DateTime

    StartDate

    Gets the start date of scheduler visible dates.

    Declaration
    public DateTime StartDate { get; }
    Property Value
    Type Description
    System.DateTime

    Text

    Gets the header text based on header text format.

    Declaration
    public string Text { get; }
    Property Value
    Type Description
    System.String

    WeekNumber

    Gets the scheduler week number.

    Declaration
    public int WeekNumber { get; }
    Property Value
    Type Description
    System.Int32
    Remarks

    In month view, the week number will be updated based on StartDate value.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved