ComponentOne FlexGrid for UWP
RowDetailsTemplate Property

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace > C1FlexGrid Class : RowDetailsTemplate Property
Gets or sets the Windows.UI.Xaml.DataTemplate used to present the details part of a row.
Syntax
'Declaration
 
Public Property RowDetailsTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.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

Reference

C1FlexGrid Class
C1FlexGrid Members