RadControls for WPF

Represents a custom ViewDefinitionBase that overrides the GroupDescriptions and allows custom visible range formatting.

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

Syntax

C#
public class CustomViewDefinition : MultidayViewDefinition
Visual Basic
Public Class CustomViewDefinition _
	Inherits MultidayViewDefinition

Inheritance Hierarchy

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

See Also