Share via


Expander.HeaderTemplate Property

Definition

Gets or sets the data template for the Expander.Header.

DataTemplate HeaderTemplate();

void HeaderTemplate(DataTemplate value);
public DataTemplate HeaderTemplate { get; set; }
var dataTemplate = expander.headerTemplate;
expander.headerTemplate = dataTemplate;
Public Property HeaderTemplate As DataTemplate

Property Value

The data template that is used to display the header of the Expander.

Applies to

See also