Skip to main content
A newer version of this page is available. .

ComboBoxEdit.ActualAppearance Property

Gets the common appearance settings that are applied to the current ComboBoxEdit.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ComboBoxEditActualAppearance ActualAppearance { get; }

Property Value

Type Description
ComboBoxEditActualAppearance

Appearance settings that are applied to the current ComboBoxEdit.

See Also