RadControls for WPF

This control is used for presenting row details.

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

Syntax

C#
public sealed class DetailsPresenter : ContentControl, 
	IWeakEventListener<PropertyChangedEventArgs>
Visual Basic
Public NotInheritable Class DetailsPresenter _
	Inherits ContentControl _
	Implements IWeakEventListener(Of PropertyChangedEventArgs)

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.GridView..::..DetailsPresenter

See Also