Class ViewControlBase
Represents a class which contains month cells or day cells.
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public abstract class ViewControlBase : Control, IDisposable, INotifyPropertyChanged
Constructors
ViewControlBase()
Declaration
protected ViewControlBase()
Methods
Dispose()
Disposes all the resources used by the ViewControlBase class.
Declaration
public void Dispose()
Dispose(Boolean)
Disposes all the resources used by the ViewControlBase class.
Declaration
protected virtual 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). |
Events
PropertyChanged
Occurs when the property change.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
---|
System.ComponentModel.PropertyChangedEventHandler |
Implements
System.IDisposable
System.ComponentModel.INotifyPropertyChanged