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

TextEdit.DisplayFormatString Property

Gets or sets the pattern used to format the editor’s display value. This is a dependency property.

Namespace: DevExpress.WinUI.Editors

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnDisplayFormatStringChanged")]
public string DisplayFormatString { get; set; }

Property Value

Type Description
String

The format pattern.

See Also