Class CalendarItem
  
  Represents the container of calendar items.
    Inheritance
    System.Object
    CalendarItem
   
  
  Assembly: Syncfusion.Calendar.WinUI.dll
  Syntax
  
    public class CalendarItem : ContentControl
   
  Constructors
  
  
  
  
  CalendarItem()
  
  
  Declaration
  
  Methods
  
  
  
  
  OnApplyTemplate()
  
  
  Declaration
  
    protected override void OnApplyTemplate()
   
  
  
  
  OnCreateAutomationPeer()
  
  
  Declaration
  
    protected override AutomationPeer OnCreateAutomationPeer()
   
  Returns
  
    
      
        | Type | 
    
    
      
        | Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnPointerEntered(PointerRoutedEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnPointerExited(PointerRoutedEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnPointerPressed(PointerRoutedEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e |  | 
    
  
  
  
  
  
  
  
  Declaration
  
    protected override void OnTapped(TappedRoutedEventArgs e)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Microsoft.UI.Xaml.Input.TappedRoutedEventArgs | e |  |