Skip to main content

AutoCompleteEditBase.ActualAppearance Property

Gets the common appearance settings that are applied to the current AutoCompleteEditBase instance and its inheritors.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public AutoCompleteEditBaseActualAppearance ActualAppearance { get; }

Property Value

Type Description
AutoCompleteEditBaseActualAppearance

Appearance settings that are applied to the current AutoCompleteEditBase instance and its inheritors.

See Also