Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelRegisteredPropertyEditor.DefaultDisplayFormat Property

Specifies the default display format of a value in the current Property Editor.

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string DefaultDisplayFormat { get; set; }

Property Value

Type Description
String

A string which is the default display format of a value in the current Property Editor (see PropertyEditor.DisplayFormat).

See Also