menu

WinUI

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

    Show / Hide Table of Contents

    Class SchedulerHeaderControl

    Represents a class which holds the information of scheduler header.

    Inheritance
    System.Object
    SchedulerHeaderControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.Scheduler.WinUI.dll
    Syntax
    public class SchedulerHeaderControl : ContentControl, IDisposable

    Constructors

    SchedulerHeaderControl()

    Initializes a new instance of the SchedulerHeaderControl class.

    Declaration
    public SchedulerHeaderControl()

    Methods

    Dispose()

    Disposes all the resources used by the SchedulerHeaderControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the SchedulerHeaderControl class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a System.GC.SuppressFinalize(System.Object).

    MeasureOverride(Size)

    Called to determine size requirements for this panel and all of its children.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    Windows.Foundation.Size availableSize

    The available size.

    Returns
    Type Description
    Windows.Foundation.Size

    The size.

    OnApplyTemplate()

    Declaration
    protected override void OnApplyTemplate()

    OnCreateAutomationPeer()

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type
    Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

    OnTapped(TappedRoutedEventArgs)

    Declaration
    protected override void OnTapped(TappedRoutedEventArgs e)
    Parameters
    Type Name Description
    Microsoft.UI.Xaml.Input.TappedRoutedEventArgs e

    Implements

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