ListViewExtensions.SetAlternateItemTemplate Method

Definition

Sets the Windows.UI.Xaml.DataTemplate associated with the specified Windows.UI.Xaml.Controls.ListViewBase

public static void SetAlternateItemTemplate (Windows.UI.Xaml.Controls.ListViewBase obj, Windows.UI.Xaml.DataTemplate value);
static member SetAlternateItemTemplate : Windows.UI.Xaml.Controls.ListViewBase * Windows.UI.Xaml.DataTemplate -> unit
Public Sub SetAlternateItemTemplate (obj As ListViewBase, value As DataTemplate)

Parameters

obj
Windows.UI.Xaml.Controls.ListViewBase

The Windows.UI.Xaml.Controls.ListViewBase to associate the Windows.UI.Xaml.DataTemplate with

value
Windows.UI.Xaml.DataTemplate

The Windows.UI.Xaml.DataTemplate for binding to the Windows.UI.Xaml.Controls.ListViewBase

Applies to