Skip to main content
A newer version of this page is available. .

TextEdit.HeaderTemplate Property

Gets or sets the template that defines the TextEdit header’s presentation. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnHeaderChanged")]
public DataTemplate HeaderTemplate { get; set; }

Property Value

Type Description
DataTemplate

The TextEdit header’s presentation.

See Also