DataGridRow::DetailsTemplate Property
.NET Framework (current version)
Gets or sets the template that is used to display the details section of the row.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property DataTemplate^ DetailsTemplate { DataTemplate^ get(); void set(DataTemplate^ value); }
Property Value
Type: System.Windows::DataTemplate^The template that is used to display the row details section or null to use the DataGrid::RowDetailsTemplate setting. The registered default is null. For information about what can influence the value, see DependencyProperty.
.NET Framework
Available since 4.0
Silverlight
Available since 2.0
Available since 4.0
Silverlight
Available since 2.0
Show: