Skip to main content
A newer version of this page is available. .
All docs
V20.2

MeasureUnit.Suffix Property

Specifies the symbol for the measure unit.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v20.2.Core.dll

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public string Suffix { get; }

Property Value

Type Description
String

A string value that is displayed next to the numeric value in UI.

Remarks

The symbol for the measure unit is not displayed in the Properties Panel and Bottom Panel if the corresponding option is set to false:

See Also