FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / RowDetailsTemplate Property

In This Topic
    RowDetailsTemplate Property
    In This Topic
    Gets or sets the System.Windows.DataTemplate used to present the details part of a row.
    Syntax
    'Declaration
     
    Public Property RowDetailsTemplate As DataTemplate
    public DataTemplate RowDetailsTemplate {get; set;}
    Remarks
    See RowDetailsVisibilityMode to set the way the details of each row are shown. This property won't take affect if ChildItemsPath property is set.
    See Also