RadControls for WPF

Namespace: Telerik.Windows.Controls.Scheduling
Assembly: Telerik.Windows.Scheduling.Core (in Telerik.Windows.Scheduling.Core.dll) Version: 2012.2.912.40 (2012.2.0912.40)

Syntax

C#
public abstract class SelectorItemBase : Control, 
	ISelectorItem, IMouseOverHighlightItem, ISupportsStates
Visual Basic
Public MustInherit Class SelectorItemBase _
	Inherits Control _
	Implements ISelectorItem, IMouseOverHighlightItem, ISupportsStates

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              Telerik.Windows.Controls.Scheduling..::..SelectorItemBase
                Telerik.Windows.Controls.GanttView..::..EventContainer
                Telerik.Windows.Rendering..::..TreeContainer

See Also