NumericEditActualAppearance.AffixColor Property
Gets the affix color that is applied to the NumericEdit. To specify this color, use the AffixColor property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public Color AffixColor { get; }
Property Value
Type | Description |
---|---|
Color | The affix color. |
See Also