Class WeekNumberCell
Represents a class which holds the week number in month view.
Inheritance
System.Object
WeekNumberCell
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class WeekNumberCell : ContentControl, IDisposable
Constructors
WeekNumberCell()
Initializes a new instance of the WeekNumberCell class.
Declaration
public WeekNumberCell()
Properties
WeekNumber
Gets the week number.
Declaration
public string WeekNumber { get; }
Property Value
Type |
---|
System.String |
Methods
Dispose()
Disposes all the resources used by the WeekNumberCell 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 WeekNumberCell class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | Week number cell automation peer. |
OnPointerPressed(PointerRoutedEventArgs)
Occurs when the left mouse button is released.
Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e | The argument. |
OnTapped(TappedRoutedEventArgs)
Occurs on preview mouse left button down.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs | e | The event arguments. |
Implements
System.IDisposable