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.Scheduler.WinUI.dll
Syntax
public class ResourceHeaderControl : ContentControl, IDisposableConstructors
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
protected override void OnApplyTemplate()OnCreateAutomationPeer()
Methods to create automation peer for ResourceHeaderControl class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()Returns
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | Accessibility and automation for resource header. | 
OnTapped(TappedRoutedEventArgs)
Occurs when the left mouse button is released.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)Parameters
| Type | Name | Description | 
|---|---|---|
| Microsoft.UI.Xaml.Input.TappedRoutedEventArgs | e | The argument. | 
Implements
      System.IDisposable