menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthViewControl - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MonthViewControl

    Represents a class which contains the months cells to be displayed in month view.

    Inheritance
    System.Object
    ViewControlBase
    MonthViewControl
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ViewControlBase.Dispose()
    ViewControlBase.PropertyChanged
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class MonthViewControl : ViewControlBase, IDisposable, INotifyPropertyChanged

    Constructors

    MonthViewControl()

    Initializes a new instance of the MonthViewControl class.

    Declaration
    public MonthViewControl()

    Properties

    WeekNumberColumnWidth

    Gets or sets the week number column width.

    Declaration
    public double WeekNumberColumnWidth { get; set; }
    Property Value
    Type
    System.Double

    Methods

    Dispose(Boolean)

    Disposes all the resources used by the MonthViewControl class.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a System.GC.SuppressFinalize(System.Object).

    Overrides
    ViewControlBase.Dispose(Boolean)

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()

    OnPreviewMouseWheel(MouseWheelEventArgs)

    Scrolling the month view on PointerWheelChanged.

    Declaration
    protected override void OnPreviewMouseWheel(MouseWheelEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseWheelEventArgs e

    Pointer events arguments.

    Implements

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