NumericEdit.ActualAppearance Property
In This Article
Gets the common appearance settings that are applied to the current NumericEdit.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public NumericEditActualAppearance ActualAppearance { get; }
#Property Value
Type | Description |
---|---|
Numeric |
Appearance settings that are applied to the current Numeric |
See Also