ItemsPresenter.FooterTemplate Property
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.
DataTemplate FooterTemplate();
void FooterTemplate(DataTemplate value);
public DataTemplate FooterTemplate { get; set; }
var dataTemplate = itemsPresenter.footerTemplate;
itemsPresenter.footerTemplate = dataTemplate;
Public Property FooterTemplate As DataTemplate