RadControls for WPF

A ContentControl used to represent the Expand/Collapse decorator in the Expander's Header.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2012.1.215.40 (2012.1.0215.40)

Syntax

C#
public class RadExpanderDecorator : ContentControl, 
	IThemable
Visual Basic
Public Class RadExpanderDecorator _
	Inherits ContentControl _
	Implements IThemable

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
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadExpanderDecorator

See Also