Skip to main content

ItemsEditBase.ActualAppearance Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public ItemsEditBaseActualAppearance ActualAppearance { get; }

Property Value

Type Description
ItemsEditBaseActualAppearance

Appearance settings that are applied to the current ItemsEditBase.

See Also