menu

WPF

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

    Show / Hide Table of Contents

    Class ViewControlBase

    Represents a class which contains month cells or day cells.

    Inheritance
    System.Object
    ViewControlBase
    DayViewControl
    MonthViewControl
    TimelineViewControl
    Implements
    System.IDisposable
    System.ComponentModel.INotifyPropertyChanged
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved