ItemsPresenter.FooterTemplateProperty Property

Definition

Identifies the FooterTemplate dependency property.

public:
 static property DependencyProperty ^ FooterTemplateProperty { DependencyProperty ^ get(); };
static DependencyProperty FooterTemplateProperty();
public static DependencyProperty FooterTemplateProperty { get; }
var dependencyProperty = ItemsPresenter.footerTemplateProperty;
Public Shared ReadOnly Property FooterTemplateProperty As DependencyProperty

Property Value

The identifier for the FooterTemplate dependency property.

Applies to