RadControls for WPF

Serves as a base class for all view definitions. Contains common properties for all views.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.ScheduleView (in Telerik.Windows.Controls.ScheduleView.dll) Version: 2013.1.403.40

Syntax

C#
public abstract class ViewDefinitionBase : Freezable, 
	INotifyPropertyChanged, ISlotConvertor
Visual Basic
Public MustInherit Class ViewDefinitionBase _
	Inherits Freezable _
	Implements INotifyPropertyChanged, ISlotConvertor

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        Telerik.Windows.Controls..::..ViewDefinitionBase
          Telerik.Windows.Controls..::..MonthViewDefinition
          Telerik.Windows.Controls..::..MultidayViewDefinition

See Also