Skip to main content
All docs
V24.1

MeasureUnit.Suffix Property

Specifies the symbol for the measure unit.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v24.1.Core.dll

NuGet Package: DevExpress.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