menu

WPF

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

    Show / Hide Table of Contents

    Class ResourceHeaderControl

    Represents the resource header control of all scheduler views.

    Inheritance
    System.Object
    ResourceHeaderControl
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ResourceHeaderControl : ContentControl, IDisposable

    Constructors

    ResourceHeaderControl()

    Initializes a new instance of the ResourceHeaderControl class.

    Declaration
    public ResourceHeaderControl()

    Methods

    Dispose()

    Disposes all the resources used by the ResourceHeaderControl class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the ResourceHeaderControl 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).

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnCreateAutomationPeer()

    Methods to create automation peer for ResourceHeaderControl class.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    Accessibility and automation for resource header.

    OnMouseLeftButtonUp(MouseButtonEventArgs)

    Occurs when the left mouse button is released.

    Declaration
    protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    The argument.

    Implements

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