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

FormPickerItemBase.ActualAppearance Property

Gets the common appearance settings that are applied to FormPickerItemBase descendants.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public override FormPickerItemBaseActualAppearance ActualAppearance { get; }

Property Value

Type Description
FormPickerItemBaseActualAppearance

Appearance settings that are applied to FormPickerItemBase descendants.

See Also