menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthAgendaView - API Reference

    Show / Hide Table of Contents

    Class MonthAgendaView

    Represents a class contains agenda view items.

    Inheritance
    System.Object
    MonthAgendaView
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.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
    System.Windows.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
    public override void OnApplyTemplate()

    OnCreateAutomationPeer()

    Methods to create automation peer for MonthAgendaView class.

    Declaration
    protected override AutomationPeer OnCreateAutomationPeer()
    Returns
    Type Description
    System.Windows.Automation.Peers.AutomationPeer

    The AutomationPeer.

    OnPreviewMouseLeftButtonDown(MouseButtonEventArgs)

    Occurs on preview mouse left button down.

    Declaration
    protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs 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
    System.Windows.DependencyObject element

    The element.

    System.Object item

    The item.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved