menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SchedulerHeaderSettingsBase - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SchedulerHeaderSettingsBase

    Represents a class which is used to customize all the properties of header in the sfscheduler.

    Inheritance
    System.Object
    SchedulerHeaderSettingsBase
    SchedulerHeaderView
    SchedulerViewHeaderSettings
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class SchedulerHeaderSettingsBase : Element, IThemeElement

    Constructors

    SchedulerHeaderSettingsBase()

    Declaration
    public SchedulerHeaderSettingsBase()

    Fields

    HeightProperty

    Identifies the Height dependency property.

    Declaration
    public static readonly BindableProperty HeightProperty
    Field Value
    Type Description
    Microsoft.Maui.Controls.BindableProperty

    The identifier for Height dependency property.

    Properties

    Height

    Gets or sets the header height to customize the default height property of the header in the scheduler.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The default value is 50.

    Remarks

    It will be applicable to all View.

    Examples

    The below examples shows, how to use the Height of the SchedulerHeaderSettingsBase in the SfScheduler.

    this.Scheduler.HeaderView.Height = 100;
    See Also
    TextFormat
    TextStyle
    Background
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved