FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGridDetailProvider Class / RowDetailTemplate Property

In This Topic
    RowDetailTemplate Property (FlexGridDetailProvider)
    In This Topic
    Gets or sets the template used for the row detail.
    Syntax
    'Declaration
     
    Public Property RowDetailTemplate As DataTemplate
    public DataTemplate RowDetailTemplate {get; set;}
    See Also