ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridDetailsPresenter Class
Members

In This Topic
    DataGridDetailsPresenter Class
    In This Topic
    Represent the visual element of the details of a row.
    Object Model
    DataGridDetailsPresenter Class
    Syntax
    'Declaration
     
    
    <ContentPropertyAttribute("Content", True)>
    Public Class DataGridDetailsPresenter 
       Inherits System.Windows.Controls.ContentControl
    [ContentProperty("Content", true)]
    public class DataGridDetailsPresenter : System.Windows.Controls.ContentControl 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   System.Windows.Controls.ContentControl
                      C1.Silverlight.DataGrid.DataGridDetailsPresenter

    See Also