Class AppointmentsCountControl
Represents a count view in all day panel.
Inheritance
System.Object
AppointmentsCountControl
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.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
public override void OnApplyTemplate()
OnMouseLeftButtonUp(MouseButtonEventArgs)
Occurs when the left mouse button is released while the mouse pointer is over this element.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.MouseButtonEventArgs | e | The mouse button event arguments. |
OnPreviewStylusUp(StylusEventArgs)
Invoked when an unhandled System.Windows.Input.Stylus.PreviewStylusUp attached event reaches an element in its route that is derived from this class.
Declaration
protected override void OnPreviewStylusUp(StylusEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Input.StylusEventArgs | e | The System.Windows.Input.StylusEventArgs that contains the event data. |