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

IModelCommonMemberViewItem.DisplayFormat Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

string DisplayFormat { get; set; }

Property Value

Type Description
String

A string specifying the display format of a value in the current Property Editor.

Remarks

The default value is taken from IModelRegisteredPropertyEditor.DefaultDisplayFormat. Supported values are described in the DisplayFormat topic.

See Also