Class MonthAgendaView
Represents a class contains agenda view items.
Inheritance
System.Object
MonthAgendaView
Implements
System.IDisposable
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class MonthAgendaView : ItemsControl, IDisposable
Constructors
MonthAgendaView()
Initializes a new instance of the MonthAgendaView class.
Declaration
public MonthAgendaView()
Methods
Dispose()
Invoked to dispose the collections.
Declaration
public void Dispose()
Dispose(Boolean)
Invoked to dispose the collections.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing | The disposing. |
GetContainerForItemOverride()
Returns a New AgendaViewItem.
Declaration
protected override DependencyObject GetContainerForItemOverride()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.DependencyObject | AgendaView Item. |
IsItemItsOwnContainerOverride(Object)
Check the item is AgendaViewItem.
Declaration
protected override bool IsItemItsOwnContainerOverride(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | Object as Item. |
Returns
Type | Description |
---|---|
System.Boolean | AgendaView Item. |
OnApplyTemplate()
Override Method to apply the template.
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Methods to create automation peer for MonthAgendaView class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Type | Description |
---|---|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer | The AutomationPeer. |
OnPointerExited(PointerRoutedEventArgs)
Invokes on pointer exited from agenda view.
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |
OnPointerMoved(PointerRoutedEventArgs)
Invokes on pointer entered and moved into agenda view.
Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs | e | Pointer routed event arguments. |
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. |
PrepareContainerForItemOverride(DependencyObject, Object)
Prepare the Container for the Item.
Declaration
protected override void PrepareContainerForItemOverride(DependencyObject element, object item)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.UI.Xaml.DependencyObject | element | The element. |
System.Object | item | The item. |
Implements
System.IDisposable