Skip to main content

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.v23.2.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