Class TimeRulerCell
Represents a class which contains the time slot information.
Inheritance
System.Object
    TimeRulerCell
  Implements
System.IDisposable
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class TimeRulerCell : ContentControl, IDisposableConstructors
TimeRulerCell()
Initializes a new instance of the TimeRulerCell class.
Declaration
public TimeRulerCell()Methods
Dispose()
Disposes all the resources used by the TimeRulerCell class.
Declaration
public void Dispose()Dispose(Boolean)
Disposes all the resources used by WeekNumberCell 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). | 
OnCreateAutomationPeer()
Methods to create automation peer for TimeRulerCell class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()Returns
| Type | Description | 
|---|---|
| Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | Time Ruler Cell Automation peer. | 
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 | Tapped event args. | 
Implements
      System.IDisposable