Class MonthViewControl
Represents a class which contains the months cells to be displayed in month view.
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged
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
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