RadControls for Silverlight

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.2.611.1050

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    Telerik.Windows.Controls..::..ViewDefinitionBase
      Telerik.Windows.Controls..::..MultidayViewDefinition
        Telerik.Windows.Controls..::..CustomViewDefinition

See Also