ListViewExtensions.SetAlternateItemTemplate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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