Back to Devexpress

NumericEdit.Prefix Property

maui-devexpress-dot-maui-dot-editors-dot-numericedit-fdd0ffe6.md

latest930 B
Original Source

NumericEdit.Prefix Property

Gets or sets the prefix text displayed before the input number in the edit box. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public string Prefix { get; set; }

Property Value

TypeDescription
String

The prefix text.

|

Remarks

See Also

NumericEdit Class

NumericEdit Members

DevExpress.Maui.Editors Namespace