Skip to main content

TextEdit.Header Property

Gets or sets the content for the TextEdit’s header.

Namespace: DevExpress.WinUI.Editors

Assembly: DevExpress.WinUI.Editors.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

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

Property Value

Type Description
Object

The content of the TextEdit’s header.

Remarks

The following code sample specifies the TextEdit‘s header and NullText.

<dxe:TextEdit Header="Last Name" NullText="Last Name" />
See Also