Class AppointmentsCountControl
Represents a count view in all day panel.
Inheritance
System.Object
AppointmentsCountControl
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class AppointmentsCountControl : ContentControl
Constructors
AppointmentsCountControl()
Initializes a new instance of the AppointmentsCountControl class.
Declaration
public AppointmentsCountControl()
Methods
OnApplyTemplate()
Override Method to apply the template.
Declaration
protected override void OnApplyTemplate()
OnTapped(TappedRoutedEventArgs)
Occurs when the left mouse button is released while the mouse pointer is over this element.
Declaration
protected override void OnTapped(TappedRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.TappedRoutedEventArgs | e | The mouse button event arguments. |