ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / DetailsPresenter Property

In This Topic
    DetailsPresenter Property
    In This Topic
    Gets the visual element that will be arranged at the bottom of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DetailsPresenter As DataGridDetailsPresenter
    public DataGridDetailsPresenter DetailsPresenter {get;}
    See Also